summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-02-02 21:18:25 (GMT)
committerGitHub <noreply@github.com>2024-02-02 21:18:25 (GMT)
commit9bc79da844d67cabbf54f916102189a848886005 (patch)
treedebe0fdf5957c5587768e606eae217be5a2a5865
parentdf5381d8b6eebf47a5469e66d4d4554683988bbc (diff)
downloadcpython-9bc79da844d67cabbf54f916102189a848886005.zip
cpython-9bc79da844d67cabbf54f916102189a848886005.tar.gz
cpython-9bc79da844d67cabbf54f916102189a848886005.tar.bz2
[3.11] Fix indentation of "versionchanged" in datetime.rst (GH-114933) (GH-114936)
(cherry picked from commit b27812d6320e35d62d91f1b3714be1e38021101a) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
-rw-r--r--Doc/library/datetime.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst
index abf5176..af05c12 100644
--- a/Doc/library/datetime.rst
+++ b/Doc/library/datetime.rst
@@ -1203,9 +1203,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: