File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -635,7 +635,7 @@ Notes:
635
635
.. versionchanged :: 3.13
636
636
Comparison between :class: `.datetime ` object and an instance of
637
637
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
639
639
and the time zone.
640
640
The default behavior can be changed by overriding the special comparison
641
641
methods in subclasses.
@@ -1257,7 +1257,7 @@ Supported operations:
1257
1257
.. versionchanged :: 3.13
1258
1258
Comparison between :class: `.datetime ` object and an instance of
1259
1259
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
1261
1261
and the time zone.
1262
1262
The default behavior can be changed by overriding the special comparison
1263
1263
methods in subclasses.
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ The following options are accepted:
104
104
Show offsets of instructions.
105
105
106
106
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.
108
108
109
109
Bytecode analysis
110
110
-----------------
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ Other Functions
211
211
212
212
After you use :func: `CrtSetReportMode ` to specify :const: `CRTDBG_MODE_FILE `,
213
213
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
215
215
handle your want specified. Only available in
216
216
:ref: `debug build of Python <debug-build >`.
217
217
You can’t perform that action at this time.
0 commit comments