Skip to content

Commit 42c399b

Browse files
authored
Update README.md
1 parent d0424a9 commit 42c399b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ print(org)
4141

4242
## Upload to PyPI
4343

44-
1 .Create a `.pypirc` configuration file. This file holds your information for authenticating with PyPI.
44+
1. Create a `.pypirc` configuration file. This file holds your information for authenticating with PyPI.
4545

4646
```
4747
[distutils]
@@ -52,7 +52,7 @@ print(org)
5252
username=your_username
5353
password=your_password
5454
```
55-
2 .Login and upload it to PyPI
55+
2. Login and upload it to PyPI
5656

5757
```
5858
python setup.py register -r pypi

0 commit comments

Comments
 (0)