diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2024-02-02 21:18:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-02 21:18:07 (GMT) |
commit | dee56434b56e397be0f06fa13a3834a41bcd3fb3 (patch) | |
tree | 40783c20561aa0501ac90ed7f29b6b1c2857da8d /Doc | |
parent | e9d53248c66d05b2fde324bcaec87a8ee63b5398 (diff) | |
download | cpython-dee56434b56e397be0f06fa13a3834a41bcd3fb3.zip cpython-dee56434b56e397be0f06fa13a3834a41bcd3fb3.tar.gz cpython-dee56434b56e397be0f06fa13a3834a41bcd3fb3.tar.bz2 |
[3.12] Fix indentation of "versionchanged" in datetime.rst (GH-114933) (GH-114937)
(cherry picked from commit b27812d6320e35d62d91f1b3714be1e38021101a)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/datetime.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index 877a4e4..3363eb8 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: |