mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +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
|
@ -430,7 +430,7 @@ static PyMethodDef fcntl_methods[] = {
|
|||
|
||||
|
||||
PyDoc_STRVAR(module_doc,
|
||||
"This module performs file control and I/O control on file \n\
|
||||
"This module performs file control and I/O control on file\n\
|
||||
descriptors. It is an interface to the fcntl() and ioctl() Unix\n\
|
||||
routines. File descriptors can be obtained with the fileno() method of\n\
|
||||
a file or socket object.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue