mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +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
|
@ -83,7 +83,7 @@ PyDoc_STRVAR(PyHKEY_doc,
|
||||||
"the object is destroyed. To guarantee cleanup, you can call either\n"
|
"the object is destroyed. To guarantee cleanup, you can call either\n"
|
||||||
"the Close() method on the PyHKEY, or the CloseKey() method.\n"
|
"the Close() method on the PyHKEY, or the CloseKey() method.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"All functions which accept a handle object also accept an integer - \n"
|
"All functions which accept a handle object also accept an integer --\n"
|
||||||
"however, use of the handle object is encouraged.\n"
|
"however, use of the handle object is encouraged.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Functions:\n"
|
"Functions:\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue