Issue #17522: Minor documentation fix

This commit is contained in:
Kristján Valur Jónsson 2013-03-23 03:56:16 -07:00
parent 684cd0e643
commit 34870c4142
1 changed files with 2 additions and 0 deletions

View File

@ -665,6 +665,8 @@ with sub-interpreters:
knowing that the GIL is locked can allow the caller to perform sensitive
actions or otherwise behave differently.
.. versionadded:: 3.4
The following macros are normally used without a trailing semicolon; look for
example usage in the Python source distribution.