Skip to content

Commit 737206a

Browse files
dr-carlospicnixz
andauthored
Change grammar in exceptions.c
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
1 parent 9211d01 commit 737206a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/exceptions.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ BaseExceptionGroup_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
906906
return NULL;
907907
}
908908

909-
/* Save initial exceptions sequence as a string incase sequence is mutated */
909+
/* Save initial exceptions sequence as a string in case sequence is mutated */
910910
if (!PyList_Check(exceptions) && !PyTuple_Check(exceptions)) {
911911
exceptions_str = PyObject_Repr(exceptions);
912912
if (exceptions_str == NULL) {

0 commit comments

Comments
 (0)