mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
bpo-32747: Remove trailing spaces in docstrings. (GH-5491)
This commit is contained in:
parent
2efb973589
commit
aa0735f597
12 changed files with 44 additions and 44 deletions
|
|
@ -11472,7 +11472,7 @@ PyDoc_STRVAR(termsize__doc__,
|
|||
"This function will only be defined if an implementation is\n" \
|
||||
"available for this system.\n" \
|
||||
"\n" \
|
||||
"shutil.get_terminal_size is the high-level function which should \n" \
|
||||
"shutil.get_terminal_size is the high-level function which should\n" \
|
||||
"normally be used, os.get_terminal_size is the low-level implementation.");
|
||||
|
||||
static PyObject*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue