PEP 587: fix typo

This commit is contained in:
Victor Stinner 2019-05-20 14:05:52 +02:00
parent 6062d2a6f3
commit 9d2abd5db3
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ an opt-out options. For example, environment variables, command line
arguments and global configuration variables are ignored by default.
Building a customized Python which behaves as the regular Python becomes
easier using the new ``Py_RunMain()`` functions. Moreover, using the
easier using the new ``Py_RunMain()`` function. Moreover, using the
`Python Configuration`_, ``PyConfig.argv`` arguments are now parsed the
same way the regular Python parses command line arguments, and
``PyConfig.xoptions`` are handled as ``-X opt`` command line options.