Skip to content

Commit 5d00e04

Browse files
committed
Update documentation
1 parent 6b3ec42 commit 5d00e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ is the same as::
1616

1717
even if ``f`` raises an error.
1818

19-
On Python 3.5+, there's also :func:`acapture`::
19+
There's also :func:`acapture`::
2020

2121
result = await outcome.acapture(f, *args, **kwargs)
2222
x = result.unwrap()

0 commit comments

Comments
 (0)