Skip to content

Commit e7f57ee

Browse files
authored
PEP 788: Fix a typo (#4781)
1 parent c18506d commit e7f57ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peps/pep-0788.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ interpreter by preventing finalization. For example:
3939
4040
// Now we can call Python code, without worrying about the thread
4141
// hanging due to finalization.
42-
if (PyRun_SimpleString("print('My hovercraft is full of eels') < 0) {
42+
if (PyRun_SimpleString("print('My hovercraft is full of eels')") < 0) {
4343
PyErr_Print();
4444
}
4545

0 commit comments

Comments
 (0)