Skip to content

Commit

Permalink
Clarify a couple things in docstrings.py tests (#6107)
Browse files Browse the repository at this point in the history
  • Loading branch information
debonte authored Jul 8, 2024
1 parent 732afb2 commit 6b153fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testing/single/src/docstrings.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Hover over take and ensure the markdown looks correct.
t = np.take(z, [0])

# Goto declaration on np and hover over all of the methods found there.
# Go to definition on `take` and hover over all of the methods found there.
# Ensure that all methods (which have docstrings) display markdown that is rendered correctly

# Hover over each of these functions and verify they're rendering output in a way that makes sense (this is kind of subjective)
Expand All @@ -24,15 +24,15 @@ def pythonorg():
=====================================
.. image:: https://github.com/python/cpython/workflows/Tests/badge.svg
:alt: CPython build status on GitHub Actions
:alt: This looks like an icon because VS Code can't render SVGs
:target: https://github.com/python/cpython/actions
.. image:: https://dev.azure.com/python/cpython/_apis/build/status/Azure%20Pipelines%20CI?branchName=main
:alt: CPython build status on Azure DevOps
:target: https://dev.azure.com/python/cpython/_build/latest?definitionId=4&branchName=main
.. image:: https://img.shields.io/badge/discourse-join_chat-brightgreen.svg
:alt: Python Discourse chat
:alt: This looks like an icon because VS Code can't render SVGs
:target: https://discuss.python.org/
Expand Down

0 comments on commit 6b153fb

Please sign in to comment.