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
4fb9452b
Commit
4fb9452b
authored
May 01, 2016
by
Paul Sokolovsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs/sys: Clean up print_exception() description.
parent
ad2889c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docs/library/sys.rst
docs/library/sys.rst
+2
-2
No files found.
docs/library/sys.rst
View file @
4fb9452b
...
...
@@ -13,9 +13,9 @@ Functions
function raise as ``SystemExit`` exception. If an argument is given, its
value given as an argument to ``SystemExit``.
.. function:: print_exception(exc,
[file]
)
.. function:: print_exception(exc,
file=sys.stdout
)
Print exception with a traceback to a file-like object `
`file`
` (or
Print exception with a traceback to a file-like object `
file
` (or
``sys.stdout`` by default).
.. admonition:: Difference to CPython
...
...
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