mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
gh-97725: Fix documentation for the default file of asyncio.Task.print_stack
(#101652)
This commit is contained in:
parent
6fd5eb640a
commit
f87f6e2396
2 changed files with 3 additions and 1 deletions
|
@ -1097,7 +1097,7 @@ Task Object
|
|||
The *limit* argument is passed to :meth:`get_stack` directly.
|
||||
|
||||
The *file* argument is an I/O stream to which the output
|
||||
is written; by default output is written to :data:`sys.stderr`.
|
||||
is written; by default output is written to :data:`sys.stdout`.
|
||||
|
||||
.. method:: get_coro()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue