summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authoroldk <oldk1331@users.noreply.github.com>2018-02-02 08:52:55 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2018-02-02 08:52:55 (GMT)
commitaa0735f597b072c0eb00404c4d7df359ddc26755 (patch)
treec6ff6cd0d312d35d57b52821df54abc009f95b7a /PC
parent2efb9735899c7c642f3e75a121af82b1679577d3 (diff)
downloadcpython-aa0735f597b072c0eb00404c4d7df359ddc26755.zip
cpython-aa0735f597b072c0eb00404c4d7df359ddc26755.tar.gz
cpython-aa0735f597b072c0eb00404c4d7df359ddc26755.tar.bz2
bpo-32747: Remove trailing spaces in docstrings. (GH-5491)
Diffstat (limited to 'PC')
-rw-r--r--PC/winreg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/winreg.c b/PC/winreg.c
index ddaf3b1..78864b1 100644
--- a/PC/winreg.c
+++ b/PC/winreg.c
@@ -83,7 +83,7 @@ PyDoc_STRVAR(PyHKEY_doc,
"the object is destroyed. To guarantee cleanup, you can call either\n"
"the Close() method on the PyHKEY, or the CloseKey() method.\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"
"\n"
"Functions:\n"