Skip to content

Commit b380750

Browse files
committed
PEP 788: Fix a typo
1 parent c18506d commit b380750

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)