Skip to content
Snippets Groups Projects
Commit e18208bcfc6f authored by Paul Ganssle's avatar Paul Ganssle
Browse files

Make tz docstring inherit from tz.tz

parent 0219cc3c8a31
No related branches found
No related tags found
No related merge requests found
# -*- coding: utf-8 -*-
from .tz import *
......@@ -1,4 +2,5 @@
from .tz import *
from .tz import __doc__
#: Convenience constant providing a :class:`tzutc()` instance
#:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment