diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index 877a4e4480b014..3363eb85ac7008 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -1211,9 +1211,9 @@ Supported operations: attributes, the comparison acts as comparands were first converted to UTC datetimes except that the implementation never overflows. - .. versionchanged:: 3.3 - Equality comparisons between aware and naive :class:`.datetime` - instances don't raise :exc:`TypeError`. +.. versionchanged:: 3.3 + Equality comparisons between aware and naive :class:`.datetime` + instances don't raise :exc:`TypeError`. Instance methods: