mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
"\platform{UNIX}" should really be spelled "\platform{Unix}".
This commit is contained in:
parent
f6863c1909
commit
a54a887f66
13 changed files with 14 additions and 14 deletions
|
|
@ -2,7 +2,7 @@
|
|||
\POSIX{} style tty control}
|
||||
|
||||
\declaremodule{builtin}{termios}
|
||||
\platform{UNIX}
|
||||
\platform{Unix}
|
||||
\modulesynopsis{\POSIX{} style tty control.}
|
||||
|
||||
\indexii{\POSIX{}}{I/O control}
|
||||
|
|
@ -102,7 +102,7 @@ def getpass(prompt = "Password: "):
|
|||
Constants used with the \module{termios} module}
|
||||
|
||||
\declaremodule[TERMIOSuppercase]{standard}{TERMIOS}
|
||||
\platform{UNIX}
|
||||
\platform{Unix}
|
||||
\modulesynopsis{Symbolic constants required to use the
|
||||
\module{termios} module.}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue