Skip to content

Commit 8ef00a8

Browse files
Update Git.io deprecated link (#46888) (#46899)
Co-authored-by: charles <[email protected]>
1 parent 4a072fa commit 8ef00a8

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)