Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doc/library/curses.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ The module :mod:`!curses` defines the following functions:
.. function:: baudrate()

Return the output speed of the terminal in bits per second. On software
terminal emulators it will have a fixed high value. Included for historical
terminal emulators, it will have a fixed high value. Included for historical
reasons; in former times, it was used to write output loops for time delays and
Comment thread
manoj-km24 marked this conversation as resolved.
Outdated
occasionally to change interfaces depending on the line speed.

Expand Down
Loading