Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 590dcab

Browse files
committed
Merge spelling fixes from 3.5
2 parents 9a573a0 + 2275e62 commit 590dcab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/tools/extensions/suspicious.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,5 +270,5 @@ def visit_comment(self, node):
270270
# ignore comments -- too much false positives.
271271
# (although doing this could miss some errors;
272272
# there were two sections "commented-out" by mistake
273-
# in the Python docs that would not be catched)
273+
# in the Python docs that would not be caught)
274274
raise nodes.SkipNode

Objects/abstract.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2155,7 +2155,7 @@ _Py_CheckFunctionResult(PyObject *func, PyObject *result, const char *where)
21552155
where);
21562156
_PyErr_ChainExceptions(exc, val, tb);
21572157
#ifdef Py_DEBUG
2158-
/* Ensure that the bug is catched in debug mode */
2158+
/* Ensure that the bug is caught in debug mode */
21592159
Py_FatalError("a function returned a result with an error set");
21602160
#endif
21612161
return NULL;

0 commit comments

Comments
 (0)