mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
revisions per comments from tk0miya
This commit is contained in:
@@ -19,3 +19,7 @@ class Foo:
|
||||
|
||||
def bar(x: Union[int, str], y: int = 1):
|
||||
pass
|
||||
|
||||
|
||||
#: a module-level attribute
|
||||
qux = 2
|
||||
|
||||
Reference in New Issue
Block a user