Skip to content

Commit bdb2fbc

Browse files
committed
Fix typo. Fixes paulross#2
1 parent cec2f3c commit bdb2fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/sphinx/source/canonical_function.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ If you are willing to accept NULL arguments then this pattern would be more suit
7171
Py_INCREF(arg_1);
7272
}
7373
74-
Of course the same test must be used when calling ``Py_DECFREF``, or just use ``Py_XDECREF``.
74+
Of course the same test must be used when calling ``Py_DECREF``, or just use ``Py_XDECREF``.
7575

7676
Now we create any local objects, if they are "Borrowed" references we need to incref them. With any abnormal behaviour we do a local jump straight to the cleanup code.
7777

0 commit comments

Comments
 (0)