Skip to content

Commit 04b5d07

Browse files
authored
Merge pull request #37504 from zdxgs/main
update update-imported-docs.py
2 parents 5d688aa + 001c485 commit 04b5d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)