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 cbc5855 commit 1e7ddf0Copy full SHA for 1e7ddf0
pyannotate_runtime/collect_types.py
@@ -759,7 +759,7 @@ def pause():
759
def stop():
760
# type: () -> None
761
"""
762
- Start collecting type information.
+ Stop collecting type information.
763
764
global running # pylint: disable=global-statement
765
running = False
@@ -777,7 +777,7 @@ def resume():
777
def start():
778
779
780
- Stop collecting type information.
+ Start collecting type information.
781
782
783
running = True
0 commit comments