Skip to content

Commit 001c485

Browse files
author
shixiuguo
committed
update update-imported-docs/update-imported-docs.py
1 parent 453dd71 commit 001c485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update-imported-docs/update-imported-docs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
# pip should be installed when Python is installed, but just in case...
4141
if not (shutil.which('pip') or shutil.which('pip3')):
4242
error_msgs.append(
43-
"Install pip so you can install PyYAML. https://pip.pypa.io/en/stable/installing")
43+
"Install pip so you can install PyYAML. https://pip.pypa.io/en/stable/installation")
4444

4545
reqs = subprocess.check_output([sys.executable, '-m', 'pip', 'freeze'])
4646
installed_packages = [r.decode().split('==')[0] for r in reqs.split()]

0 commit comments

Comments
 (0)