Skip to content

Commit 065f69d

Browse files
committed
Capitalization in packaging.rst
Replaced python with Python
1 parent 1f61583 commit 065f69d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/shipping/packaging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Go to your command prompt and type:
4646
$ python -m SimpleHTTPServer 9000
4747
4848
This runs a simple http server running on port 9000 and will list all packages
49-
(like **MyPackage**). Now you can install **MyPackage** using any python
49+
(like **MyPackage**). Now you can install **MyPackage** using any Python
5050
package installer. Using Pip, you would do it like:
5151

5252
.. code-block:: console

0 commit comments

Comments
 (0)