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

Skip to content

Commit 9a5086c

Browse files
author
Peter Schneider-Kamp
committed
just fixing the indentation
1 parent 11384c6 commit 9a5086c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/compile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3108,7 +3108,7 @@ com_arglist(c, n)
31083108
if (nameval == NULL) {
31093109
c->c_errors++;
31103110
}
3111-
if (PyDict_GetItem(c->c_locals, nameval)) {
3111+
if (PyDict_GetItem(c->c_locals, nameval)) {
31123112
com_error(c, PyExc_SyntaxError,"duplicate argument in function definition");
31133113
}
31143114
com_newlocal_o(c, nameval);

0 commit comments

Comments
 (0)