Skip to content

Commit 2d774e7

Browse files
authored
DOC: fix broken link in Resampler.bfill (pandas-dev#60524)
1 parent e6e1987 commit 2d774e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/resample.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ def bfill(self, limit: int | None = None):
694694
695695
References
696696
----------
697-
.. [1] https://en.wikipedia.org/wiki/Imputation_(statistics)
697+
.. [1] https://en.wikipedia.org/wiki/Imputation_%28statistics%29
698698
699699
Examples
700700
--------

0 commit comments

Comments
 (0)