diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2015-05-18 22:38:05 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2015-05-18 22:38:05 (GMT) |
commit | fee05daef8b9e0e0977e413260009ebf54bf4486 (patch) | |
tree | 9990a0b16bd1c375b112cdb825ab35f977974cf9 /Doc/howto/clinic.rst | |
parent | 5f120fcecbf212b12334229911d21d53535c5096 (diff) | |
parent | 315e104d11c36b9f4de0a125d639e834e06ed3e6 (diff) | |
download | cpython-fee05daef8b9e0e0977e413260009ebf54bf4486.zip cpython-fee05daef8b9e0e0977e413260009ebf54bf4486.tar.gz cpython-fee05daef8b9e0e0977e413260009ebf54bf4486.tar.bz2 |
Issue #24232: Fix typos. Patch by Ville Skyttä.
Diffstat (limited to 'Doc/howto/clinic.rst')
-rw-r--r-- | Doc/howto/clinic.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/clinic.rst b/Doc/howto/clinic.rst index 4ff475f..7524c4a 100644 --- a/Doc/howto/clinic.rst +++ b/Doc/howto/clinic.rst @@ -1495,7 +1495,7 @@ preset configurations, as follows: the ``buffer`` preset. Suppresses the ``impl_prototype``, write the ``docstring_definition`` - and ``parser_defintion`` to ``buffer``, write everything else to ``block``. + and ``parser_definition`` to ``buffer``, write everything else to ``block``. The third new directive is ``destination``:: |