diff options
-rw-r--r-- | Doc/library/datetime.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index ae73e16..90c14c1 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -1766,4 +1766,4 @@ Notes: When the ``%z`` directive is provided to the :meth:`strptime` method, an aware :class:`datetime` object will be produced. The ``tzinfo`` of the result will be set to a :class:`timezone` - instance.
\ No newline at end of file + instance. |