Skip to content

Commit cfa6709

Browse files
Backport PR #51530 on branch 2.0.x (CLN: Fix up link in docs) (#51531)
Backport PR #51530: CLN: Fix up link in docs Co-authored-by: Patrick Hoefler <[email protected]>
1 parent 96add4f commit cfa6709

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/source/getting_started/comparison/includes/copies.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ or overwrite the original one:
2525
most methods (e.g. ``dropna``) except for a very small subset of methods
2626
(including ``replace``). Both keywords won't be
2727
necessary anymore in the context of Copy-on-Write. The proposal can be found
28-
[here](https://github.com/pandas-dev/pandas/pull/51466).
28+
`here <https://github.com/pandas-dev/pandas/pull/51466>`_.

doc/source/whatsnew/v2.0.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ Other API changes
820820

821821
A current PDEP proposes the deprecation and removal of the keywords ``inplace`` and ``copy``
822822
for all but a small subset of methods from the pandas API. The current discussion takes place
823-
at [here](https://github.com/pandas-dev/pandas/pull/51466). The keywords won't be necessary
823+
at `here <https://github.com/pandas-dev/pandas/pull/51466>`_. The keywords won't be necessary
824824
anymore in the context of Copy-on-Write. If this proposal is accepted, both
825825
keywords would be deprecated in the next release of pandas and removed in pandas 3.0.
826826

0 commit comments

Comments
 (0)