Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
1f94cd0c
Commit
1f94cd0c
authored
Sep 05, 2010
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#9776: fix some spacing.
parent
a9b51d2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Modules/fcntlmodule.c
Modules/fcntlmodule.c
+3
-3
No files found.
Modules/fcntlmodule.c
View file @
1f94cd0c
...
...
@@ -82,10 +82,10 @@ PyDoc_STRVAR(fcntl_doc,
Perform the requested operation on file descriptor fd. The operation
\n
\
is defined by op and is operating system dependent. These constants are
\n
\
available from the fcntl module. The argument arg is optional, and
\n
\
defaults to 0; it may be an int or a string. If arg is given as a string,
\n
\
defaults to 0; it may be an int or a string.
If arg is given as a string,
\n
\
the return value of fcntl is a string of that length, containing the
\n
\
resulting value put in the arg buffer by the operating system.The length
\n
\
of the arg string is not allowed to exceed 1024 bytes. If the arg given
\n
\
resulting value put in the arg buffer by the operating system.
The length
\n
\
of the arg string is not allowed to exceed 1024 bytes.
If the arg given
\n
\
is an integer or if none is specified, the result value is an integer
\n
\
corresponding to the return value of the fcntl call in the C code."
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment