Skip to content

Commit 0599c2d

Browse files
committed
fix get-pip
1 parent 680fc35 commit 0599c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/mysql/connect-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Install Python and the MySQL connector for Python on your computer by using the
3333

3434
1. The `pip` package installer is included in the latest versions of Python. Update `pip` to the latest version by running `pip install -U pip`.
3535

36-
If `pip` isn't installed, you can download and install it with `get pip.py`. For more information, see [Installation](https://pip.pypa.io/en/stable/installing/).
36+
If `pip` isn't installed, you can download and install it with `get-pip.py`. For more information, see [Installation](https://pip.pypa.io/en/stable/installing/).
3737

3838
1. Use `pip` to install the MySQL connector for Python and its dependencies:
3939

0 commit comments

Comments
 (0)