Skip to content

Commit 1312d18

Browse files
charlogazzocharlesnwofor
authored andcommitted
Update Git.io deprecated link (pandas-dev#46888) (pandas-dev#46899)
Co-authored-by: charles <[email protected]>
1 parent 614c57f commit 1312d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/strings/object_array.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ def _str_rstrip(self, to_strip=None):
435435

436436
def _str_removeprefix(self, prefix: str) -> Series:
437437
# outstanding question on whether to use native methods for users
438-
# on Python 3.9+ https://git.io/JE9QK, in which case we could do
438+
# on Python 3.9+ https://bit.ly/3LuMeRn, in which case we could do
439439
# return self._str_map(str.removeprefix)
440440

441441
def removeprefix(text: str) -> str:

0 commit comments

Comments
 (0)