diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-02-10 05:44:56 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-02-10 05:44:56 (GMT) |
commit | 3008b1c4bba34eae2682afbd61f8f66ca1683289 (patch) | |
tree | a2016c4f34dda3b57c2fee64097b4e16ff4a375b /Include | |
parent | 7e3a91a5fc056f72c93f015bb9f4f22aef9e72fb (diff) | |
parent | c04fb56e36999a4162e6ccfe1f9357100abaee99 (diff) | |
download | cpython-3008b1c4bba34eae2682afbd61f8f66ca1683289.zip cpython-3008b1c4bba34eae2682afbd61f8f66ca1683289.tar.gz cpython-3008b1c4bba34eae2682afbd61f8f66ca1683289.tar.bz2 |
Issue #26304: Merge doc wording from 3.5
Diffstat (limited to 'Include')
-rw-r--r-- | Include/object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/object.h b/Include/object.h index eac9541..0e67a4e 100644 --- a/Include/object.h +++ b/Include/object.h @@ -134,7 +134,7 @@ typedef struct { usage, the string "foo" is interned, and the structures are linked. On interpreter shutdown, all strings are released (through _PyUnicode_ClearStaticStrings). - Alternatively, _Py_static_string allows to choose the variable name. + Alternatively, _Py_static_string allows choosing the variable name. _PyUnicode_FromId returns a borrowed reference to the interned string. _PyObject_{Get,Set,Has}AttrId are __getattr__ versions using _Py_Identifier*. */ |