revisions per comments from tk0miya

This commit is contained in:
Daniel Fremont
2020-05-17 09:07:11 -07:00
parent f9e9bdc4a0
commit de4aca857c
6 changed files with 36 additions and 17 deletions

View File

@@ -19,3 +19,7 @@ class Foo:
def bar(x: Union[int, str], y: int = 1):
pass
#: a module-level attribute
qux = 2