We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b3ec42 commit 5d00e04Copy full SHA for 5d00e04
docs/source/tutorial.rst
@@ -16,7 +16,7 @@ is the same as::
16
17
even if ``f`` raises an error.
18
19
-On Python 3.5+, there's also :func:`acapture`::
+There's also :func:`acapture`::
20
21
result = await outcome.acapture(f, *args, **kwargs)
22
x = result.unwrap()
0 commit comments