mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Avoid line breaks after hyphens, otherwise they are turned into spaces
This commit is contained in:
parent
536d70ed33
commit
8f1378366e
12 changed files with 64 additions and 64 deletions
|
|
@ -2165,8 +2165,8 @@ Speaking logging messages
|
|||
-------------------------
|
||||
|
||||
There might be situations when it is desirable to have logging messages rendered
|
||||
in an audible rather than a visible format. This is easy to do if you have text-
|
||||
to-speech (TTS) functionality available in your system, even if it doesn't have
|
||||
in an audible rather than a visible format. This is easy to do if you have
|
||||
text-to-speech (TTS) functionality available in your system, even if it doesn't have
|
||||
a Python binding. Most TTS systems have a command line program you can run, and
|
||||
this can be invoked from a handler using :mod:`subprocess`. It's assumed here
|
||||
that TTS command line programs won't expect to interact with users or take a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue