Skip to content

Commit 74a751a

Browse files
Fix stray newline change
1 parent 380bca7 commit 74a751a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/sysmodule.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -955,6 +955,7 @@ sys_intern_impl(PyObject *module, PyObject *s)
955955
}
956956
}
957957

958+
958959
/*[clinic input]
959960
sys._is_interned -> bool
960961

0 commit comments

Comments
 (0)