commit | 9a118f1dc3f23ead28f31fdc5144ad5ce01e5b7f | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Apr 17 09:37:36 2016 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sun Apr 17 09:37:36 2016 +0300 |
tree | 4878492acdcc033c71d4be46967537291d433cb1 | |
parent | 0bb165ecc114fcf7ce1df454355c4cbbef8b63e9 [diff] [blame] |
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
diff --git a/Doc/c-api/object.rst b/Doc/c-api/object.rst index 50b83e9..1f0bd17 100644 --- a/Doc/c-api/object.rst +++ b/Doc/c-api/object.rst
@@ -157,7 +157,7 @@ .. index:: builtin: bytes - Compute a bytes representation of object *o*. In 2.x, this is just a alias + Compute a bytes representation of object *o*. In 2.x, this is just an alias for :c:func:`PyObject_Str`.