Skip to content

Commit 15527e1

Browse files
rohitgr7meeseeksmachine
authored andcommitted
Backport PR pandas-dev#39974: update pyperclip link
1 parent ab8b2f9 commit 15527e1

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)