-
-
Notifications
You must be signed in to change notification settings - Fork 31.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpo-31567: fix more decorator markup in docs (GH-3959) #3966
Conversation
@@ -897,7 +897,7 @@ The module defines the following classes, functions and decorators: | |||
|
|||
See :pep:`484` for details and comparison with other typing semantics. | |||
|
|||
.. decorator:: no_type_check(arg) | |||
.. decorator:: no_type_check | |||
|
|||
Decorator to indicate that annotations are not type hints. | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixing the text after this
I may use this PR to also address feedback received on the ticket. |
@merwok Please mention me and/or Guido when making changes to typing-related files (this will simplify life since typing is still developed in a separate repo). |
Sure! Could you have your names in the code owners file? |
This is an interesting idea. I am not a core-dev but @gvanrossum maybe you can add yourself as a code owner for |
I'm happy to be listed as owner for typing.py etc. but I don't know how this is administered. |
This file maps repo file patterns to github usernames or team names: |
@dmiyakawa I missed these instances!
https://bugs.python.org/issue31567