We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edb8e88 commit b40ed33Copy full SHA for b40ed33
pandas/io/clipboard/__init__.py
@@ -583,7 +583,7 @@ def determine_clipboard():
583
try:
584
# qtpy is a small abstraction layer that lets you write applications
585
# using a single api call to either PyQt or PySide.
586
- # https://pypi.python.org/pypi/QtPy
+ # https://pypi.python.org/project/QtPy
587
import qtpy # check if qtpy is installed
588
except ImportError:
589
# If qtpy isn't installed, fall back on importing PyQt4.
0 commit comments