Skip to content

Commit b1127cf

Browse files
Backport PR #39974: update pyperclip link (#39981)
Co-authored-by: Rohit Gupta <[email protected]>
1 parent ab8b2f9 commit b1127cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/clipboard/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
EXCEPT_MSG = """
6060
Pyperclip could not find a copy/paste mechanism for your system.
6161
For more information, please visit
62-
https://pyperclip.readthedocs.io/en/latest/introduction.html#not-implemented-error
62+
https://pyperclip.readthedocs.io/en/latest/#not-implemented-error
6363
"""
6464

6565
ENCODING = "utf-8"

0 commit comments

Comments
 (0)