Skip to content

Commit 8bd292c

Browse files
committed
Mention PEP 484 syntax for multi-line Python 2 annotations
1 parent 9d01ed0 commit 8bd292c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/python2.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,5 @@ Here are more specifics:
6767
.. note::
6868

6969
Currently there's no support for splitting an annotation to multiple
70-
lines. This will likely change in the future.
70+
lines. This will likely change in the future. (PEP 484 already defines
71+
the syntax to use; we just have to implement it.)

0 commit comments

Comments
 (0)