mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +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
|
@ -365,7 +365,7 @@ sys_getdefaultencoding(PyObject *self)
|
|||
PyDoc_STRVAR(getdefaultencoding_doc,
|
||||
"getdefaultencoding() -> string\n\
|
||||
\n\
|
||||
Return the current default string encoding used by the Unicode \n\
|
||||
Return the current default string encoding used by the Unicode\n\
|
||||
implementation."
|
||||
);
|
||||
|
||||
|
@ -1122,7 +1122,7 @@ PyDoc_STRVAR(enablelegacywindowsfsencoding_doc,
|
|||
Changes the default filesystem encoding to mbcs:replace for consistency\n\
|
||||
with earlier versions of Python. See PEP 529 for more information.\n\
|
||||
\n\
|
||||
This is equivalent to defining the PYTHONLEGACYWINDOWSFSENCODING \n\
|
||||
This is equivalent to defining the PYTHONLEGACYWINDOWSFSENCODING\n\
|
||||
environment variable before launching Python."
|
||||
);
|
||||
|
||||
|
@ -1812,7 +1812,7 @@ winver -- [Windows only] version number of the Python DLL\n\
|
|||
#ifdef MS_WINDOWS
|
||||
/* concatenating string here */
|
||||
PyDoc_STR(
|
||||
"_enablelegacywindowsfsencoding -- [Windows only] \n\
|
||||
"_enablelegacywindowsfsencoding -- [Windows only]\n\
|
||||
"
|
||||
)
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue