Skip to content

Commit

Permalink
[3.8] bpo-38218: Doc: Corrected syntax for return annotation (GH-16265)…
Browse files Browse the repository at this point in the history
… (GH-16274)

Signed-off-by: Jason Plurad <pluradj@us.ibm.com>
(cherry picked from commit 9ab6038)

Co-authored-by: Jason Plurad <pluradj@us.ibm.com>
  • Loading branch information
2 people authored and matrixise committed Sep 19, 2019
1 parent 064e1e3 commit 6612a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/tutorial/errors.rst
Expand Up @@ -353,7 +353,7 @@ If a :keyword:`finally` clause is present, the :keyword:`finally` clause will ex

For example::

>>> def bool_return(): -> bool:
>>> def bool_return():
... try:
... return True
... finally:
Expand Down

0 comments on commit 6612a4f

Please sign in to comment.