summaryrefslogtreecommitdiff
path: root/Doc/c-api/veryhigh.rst
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2015-10-10 10:36:22 +0000
committerMartin Panter <vadmium+py@gmail.com>2015-10-10 10:36:22 +0000
commit2b3e0be3d7b1e44db8853a54fe966c9c29ccc04d (patch)
tree151d2a631960864b959f4297acc7bcbf90303e44 /Doc/c-api/veryhigh.rst
parente013b9445b6f9caab1eb30b7785e3690d1bab4df (diff)
downloadcpython-2b3e0be3d7b1e44db8853a54fe966c9c29ccc04d.tar.gz
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
Diffstat (limited to 'Doc/c-api/veryhigh.rst')
-rw-r--r--Doc/c-api/veryhigh.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/veryhigh.rst b/Doc/c-api/veryhigh.rst
index f7ed4c7713..f8aaf0f67a 100644
--- a/Doc/c-api/veryhigh.rst
+++ b/Doc/c-api/veryhigh.rst
@@ -201,7 +201,7 @@ the same library that the Python runtime is using.
.. c:function:: struct _node* PyParser_SimpleParseFile(FILE *fp, const char *filename, int start)
This is a simplified interface to :c:func:`PyParser_SimpleParseFileFlags` below,
- leaving *flags* set to ``0``
+ leaving *flags* set to ``0``.
.. c:function:: struct _node* PyParser_SimpleParseFileFlags(FILE *fp, const char *filename, int start, int flags)