Skip to content

Commit b40ed33

Browse files
committed
DOC: Link to new PyPI instead of legacy
1 parent edb8e88 commit b40ed33

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
@@ -583,7 +583,7 @@ def determine_clipboard():
583583
try:
584584
# qtpy is a small abstraction layer that lets you write applications
585585
# using a single api call to either PyQt or PySide.
586-
# https://pypi.python.org/pypi/QtPy
586+
# https://pypi.python.org/project/QtPy
587587
import qtpy # check if qtpy is installed
588588
except ImportError:
589589
# If qtpy isn't installed, fall back on importing PyQt4.

0 commit comments

Comments
 (0)