diff -r 9fdc2d81e685 -r de025ff8ba30 src/source/zca.rst --- a/src/source/zca.rst Wed May 16 15:10:38 2018 +0200 +++ b/src/source/zca.rst Fri May 18 11:33:19 2018 +0200 @@ -289,7 +289,3 @@ def __init__(self, *args, **kw): terms = [SimpleTerm(t, t, t) for t in pytz.all_timezones] super(TimezonesVocabulary, self).__init__(terms) - - - -