commit | e57c957ff96ce8b8be43b7da14afde2eb02f4311 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Sun Jan 17 17:05:14 2016 -0800 |
committer | Senthil Kumaran <senthil@uthcode.com> | Sun Jan 17 17:05:14 2016 -0800 |
tree | ede412a6d441f2372aea4a5eb2e417067465d754 | |
parent | c5e8935d90d0bece6f72ab7a209d17b0bacd160d [diff] [blame] |
Issue26142 - Fix a formatting bug in c-api intro doc.
diff --git a/Doc/c-api/intro.rst b/Doc/c-api/intro.rst index 6414277..fa2d9f0 100644 --- a/Doc/c-api/intro.rst +++ b/Doc/c-api/intro.rst
@@ -258,7 +258,7 @@ if (PyObject_SetItem(target, index, item) < 0) { Py_DECREF(index); return -1; - } + } Py_DECREF(index); } return 0;