diff options
| author | oldk <oldk1331@users.noreply.github.com> | 2018-02-02 16:52:55 +0800 |
|---|---|---|
| committer | Serhiy Storchaka <storchaka@gmail.com> | 2018-02-02 10:52:55 +0200 |
| commit | aa0735f597b072c0eb00404c4d7df359ddc26755 (patch) | |
| tree | c6ff6cd0d312d35d57b52821df54abc009f95b7a /PC | |
| parent | 2efb9735899c7c642f3e75a121af82b1679577d3 (diff) | |
| download | cpython-git-aa0735f597b072c0eb00404c4d7df359ddc26755.tar.gz | |
bpo-32747: Remove trailing spaces in docstrings. (GH-5491)
Diffstat (limited to 'PC')
| -rw-r--r-- | PC/winreg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/winreg.c b/PC/winreg.c index ddaf3b1abc..78864b1a69 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" |
