commit | e2eacc02bcc9f8977f5f3cea6243f236c508b772 | [log] [tgz] |
---|---|---|
author | Martin Panter <vadmium+py@gmail.com> | Thu Jul 28 03:04:04 2016 +0000 |
committer | Martin Panter <vadmium+py@gmail.com> | Thu Jul 28 03:04:04 2016 +0000 |
tree | 2789ca7368ea04bd2a705ac76afefa2defc0efb6 | |
parent | 801110b30319a8ab1f8f29eedbac3798b03afb55 [diff] [blame] |
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
diff --git a/Include/object.h b/Include/object.h index 9fc0583..807b241 100644 --- a/Include/object.h +++ b/Include/object.h
@@ -778,7 +778,7 @@ } while (0) /* Safely decref `op` and set `op` to NULL, especially useful in tp_clear - * and tp_dealloc implementatons. + * and tp_dealloc implementations. * * Note that "the obvious" code can be deadly: *