Skip to content

Commit fa03706

Browse files
phoflmeeseeksmachine
authored andcommitted
Backport PR pandas-dev#51530: CLN: Fix up link in docs
1 parent a81d104 commit fa03706

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ Other API changes
822822

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

0 commit comments

Comments
 (0)