Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 167f3dc

Browse files
authored
DOC: inline-role to code, and item present twice in See-also (#31514)
The two inline roles appear as unresolved-links in emphases instead of code. [skip azp] [skip cirrus] [skip actions]
1 parent cf16ec1 commit 167f3dc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

numpy/lib/_index_tricks_impl.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -742,10 +742,10 @@ class IndexExpression:
742742
See Also
743743
--------
744744
s_ : Predefined instance without tuple conversion:
745-
`s_ = IndexExpression(maketuple=False)`.
745+
``s_ = IndexExpression(maketuple=False)``.
746746
The ``index_exp`` is another predefined instance that
747747
always returns a tuple:
748-
`index_exp = IndexExpression(maketuple=True)`.
748+
``index_exp = IndexExpression(maketuple=True)``.
749749
750750
Notes
751751
-----

numpy/lib/_nanfunctions_impl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1504,7 +1504,7 @@ def nanquantile(
15041504
See Also
15051505
--------
15061506
quantile
1507-
nanmean, nanmedian
1507+
nanmean
15081508
nanmedian : equivalent to ``nanquantile(..., 0.5)``
15091509
nanpercentile : same as nanquantile, but with q in the range [0, 100].
15101510

0 commit comments

Comments
 (0)