diff -r 7e5e72ddeeb2 -r 9155d1640237 src/source/zca.rst --- a/src/source/zca.rst Fri May 18 11:23:53 2018 +0200 +++ b/src/source/zca.rst Fri May 18 11:24:22 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) - - - -