commit | ea6a28c9f7e4baa5fe775cebce697a14a7d7da8b | [log] [tgz] |
---|---|---|
author | Andrés Delfino <adelfino@gmail.com> | Wed Nov 07 14:06:45 2018 -0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Wed Nov 07 19:06:45 2018 +0200 |
tree | 0a3ab01744a5a9eda3059bf67d1b1d1c6ece8728 | |
parent | c64583b6d3e8516a8cd2b5f84fc1e300bfac2206 [diff] [blame] |
Mark -c and -O as command line options in reStructuredText. (GH-10103)
diff --git a/Doc/reference/import.rst b/Doc/reference/import.rst index 7c4f275..d36d7d6 100644 --- a/Doc/reference/import.rst +++ b/Doc/reference/import.rst
@@ -951,7 +951,7 @@ :mod:`__main__` does not correspond directly with an importable module: - interactive prompt -- -c switch +- :option:`-c` option - running from stdin - running directly from a source or bytecode file