-
-
Notifications
You must be signed in to change notification settings - Fork 32k
Markup missing in docs for inspect.Signature.replace()
#108857
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
Comments
@brettcannon, I think I've wrapped up the task. This is my first time contributing to open source, so I apologize if I made any mistakes. |
brettcannon
pushed a commit
that referenced
this issue
Sep 6, 2023
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Sep 6, 2023
…ythonGH-108862) (cherry picked from commit 6f8411c) Co-authored-by: nabin2004 <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Sep 6, 2023
…ythonGH-108862) (cherry picked from commit 6f8411c) Co-authored-by: nabin2004 <[email protected]>
brettcannon
pushed a commit
that referenced
this issue
Sep 6, 2023
brettcannon
pushed a commit
that referenced
this issue
Sep 6, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Documentation
The word "replace" in the docs for
inspect.Signature.replace()
is missing appropriate markup to make it not appear as just the word "replace":cpython/Doc/library/inspect.rst
Line 733 in 44fc378
Probably needs a
:meth:
, but at least some code literal markup.Linked PRs
The text was updated successfully, but these errors were encountered: