PEP 587: fix typo

This commit is contained in:
Victor Stinner 2019-05-02 16:45:44 -04:00
parent 8763930784
commit ad68d00ba1
1 changed files with 1 additions and 1 deletions

View File

@ -696,7 +696,7 @@ Option ``PyConfig`` field
================================ ================================ ================================ ================================
``-b`` ``bytes_warning++`` ``-b`` ``bytes_warning++``
``-B`` ``write_bytecode = 0`` ``-B`` ``write_bytecode = 0``
``-c COMMAND`` ``run_module = COMMAND`` ``-c COMMAND`` ``run_command = COMMAND``
``--check-hash-based-pycs=MODE`` ``_check_hash_pycs_mode = MODE`` ``--check-hash-based-pycs=MODE`` ``_check_hash_pycs_mode = MODE``
``-d`` ``parser_debug++`` ``-d`` ``parser_debug++``
``-E`` ``use_environment = 0`` ``-E`` ``use_environment = 0``