Skip to content

Commit 9762122

Browse files
authored
Fix several typos in documentation (GH-118625)
1 parent fe47d9b commit 9762122

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Doc/library/datetime.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ Notes:
635635
.. versionchanged:: 3.13
636636
Comparison between :class:`.datetime` object and an instance of
637637
the :class:`date` subclass that is not a :class:`!datetime` subclass
638-
no longer coverts the latter to :class:`!date`, ignoring the time part
638+
no longer converts the latter to :class:`!date`, ignoring the time part
639639
and the time zone.
640640
The default behavior can be changed by overriding the special comparison
641641
methods in subclasses.
@@ -1257,7 +1257,7 @@ Supported operations:
12571257
.. versionchanged:: 3.13
12581258
Comparison between :class:`.datetime` object and an instance of
12591259
the :class:`date` subclass that is not a :class:`!datetime` subclass
1260-
no longer coverts the latter to :class:`!date`, ignoring the time part
1260+
no longer converts the latter to :class:`!date`, ignoring the time part
12611261
and the time zone.
12621262
The default behavior can be changed by overriding the special comparison
12631263
methods in subclasses.

Doc/library/dis.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ The following options are accepted:
104104
Show offsets of instructions.
105105

106106
If :file:`infile` is specified, its disassembled code will be written to stdout.
107-
Otherwise, disassembly is performed on compiled source code recieved from stdin.
107+
Otherwise, disassembly is performed on compiled source code received from stdin.
108108

109109
Bytecode analysis
110110
-----------------

Doc/library/msvcrt.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Other Functions
211211

212212
After you use :func:`CrtSetReportMode` to specify :const:`CRTDBG_MODE_FILE`,
213213
you can specify the file handle to receive the message text. *type* must be
214-
one of the :const:`!CRT_\*` constants listed below. *file* shuld be the file
214+
one of the :const:`!CRT_\*` constants listed below. *file* should be the file
215215
handle your want specified. Only available in
216216
:ref:`debug build of Python <debug-build>`.
217217

0 commit comments

Comments
 (0)