diff options
author | Windson yang <wiwindson@outlook.com> | 2018-11-13 03:56:25 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-11-13 03:56:25 (GMT) |
commit | 0dc1e45dfd242493ecdac5dbcad51dbc8f922de7 (patch) | |
tree | 37979782383985a49c89655664cb1ab34a408917 /Doc/installing/index.rst | |
parent | e6c77d8301ec1703abb755a7d3ce5bd8c999c082 (diff) | |
download | cpython-0dc1e45dfd242493ecdac5dbcad51dbc8f922de7.zip cpython-0dc1e45dfd242493ecdac5dbcad51dbc8f922de7.tar.gz cpython-0dc1e45dfd242493ecdac5dbcad51dbc8f922de7.tar.bz2 |
Fix a couple documentation typos. (GH-10498)
reproduciblity -> reproducibility
PyPA are the group -> PyPA is the group
Diffstat (limited to 'Doc/installing/index.rst')
-rw-r--r-- | Doc/installing/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/installing/index.rst b/Doc/installing/index.rst index 8f105a1..747b9223 100644 --- a/Doc/installing/index.rst +++ b/Doc/installing/index.rst @@ -48,7 +48,7 @@ Key terms repository of open source licensed packages made available for use by other Python users. * the `Python Packaging Authority - <https://www.pypa.io/>`__ are the group of + <https://www.pypa.io/>`__ is the group of developers and documentation authors responsible for the maintenance and evolution of the standard packaging tools and the associated metadata and file format standards. They maintain a variety of tools, documentation, |