We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e611d4 commit 492aa13Copy full SHA for 492aa13
Doc/library/datetime.rst
@@ -1330,7 +1330,7 @@ Instance methods:
1330
If *d* is aware, *d* is normalized to UTC time, by subtracting
1331
``d.utcoffset()``, and a :class:`time.struct_time` for the
1332
normalized time is returned. :attr:`tm_isdst` is forced to ``0``. Note
1333
- that an :exc:`OverflowError` may be raised if *d*.year was
+ that an :exc:`OverflowError` may be raised if ``d.year`` was
1334
``MINYEAR`` or ``MAXYEAR`` and UTC adjustment spills over a year
1335
boundary.
1336
0 commit comments