Skip to content

Commit 51d3607

Browse files
authored
fix link (#39974)
1 parent 3de476a commit 51d3607

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
@@ -66,7 +66,7 @@
6666
EXCEPT_MSG = """
6767
Pyperclip could not find a copy/paste mechanism for your system.
6868
For more information, please visit
69-
https://pyperclip.readthedocs.io/en/latest/introduction.html#not-implemented-error
69+
https://pyperclip.readthedocs.io/en/latest/#not-implemented-error
7070
"""
7171

7272
ENCODING = "utf-8"

0 commit comments

Comments
 (0)