From a34caf64343bc7f3085aebe6327504b9079ca5ce Mon Sep 17 00:00:00 2001 From: rohitgr7 Date: Tue, 23 Feb 2021 01:12:36 +0530 Subject: [PATCH] fix link --- pandas/io/clipboard/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/io/clipboard/__init__.py b/pandas/io/clipboard/__init__.py index 788fc62165c0c..e9c20ff42f51b 100644 --- a/pandas/io/clipboard/__init__.py +++ b/pandas/io/clipboard/__init__.py @@ -66,7 +66,7 @@ EXCEPT_MSG = """ Pyperclip could not find a copy/paste mechanism for your system. For more information, please visit - https://pyperclip.readthedocs.io/en/latest/introduction.html#not-implemented-error + https://pyperclip.readthedocs.io/en/latest/#not-implemented-error """ ENCODING = "utf-8"