Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
micropython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
micropython
Commits
8ad1659f
Commit
8ad1659f
authored
May 01, 2016
by
Paul Sokolovsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs/sys: Make module variable descriptions proper sentences.
parent
7781caf8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
docs/library/sys.rst
docs/library/sys.rst
+8
-8
No files found.
docs/library/sys.rst
View file @
8ad1659f
...
...
@@ -27,11 +27,11 @@ Constants
.. data:: argv
a mutable list of arguments this program started with
A mutable list of arguments the current program was started with.
.. data:: byteorder
the byte order of the system ("little" or "big")
The byte order of the system ("little" or "big").
.. data:: modules
...
...
@@ -40,7 +40,7 @@ Constants
.. data:: path
a mutable list of directories to search for imported modules
A mutable list of directories to search for imported modules.
.. data:: platform
...
...
@@ -50,20 +50,20 @@ Constants
.. data:: stderr
standard error stream
Standard error stream.
.. data:: stdin
standard input stream
Standard input stream.
.. data:: stdout
standard output stream
Standard output stream.
.. data:: version
Python language version that this implementation conforms to, as a string
Python language version that this implementation conforms to, as a string
.
.. data:: version_info
Python language version that this implementation conforms to, as a tuple of ints
Python language version that this implementation conforms to, as a tuple of ints
.
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