Skip to content

Commit 87e575a

Browse files
minho42encukou
authored andcommitted
Fix typos (pythonGH-501)
1 parent 8dc1d86 commit 87e575a

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

coverage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ On :ref:`most <mac-python.exe>` Mac OS X systems, replace :file:`./python`
9494
with :file:`./python.exe`. On Windows, use :file:`python.bat`.
9595

9696
You can now use python without the ./ for the rest of these instructions, as
97-
long as your venv is activated. For more info on venv see `Virtual Envrionment
97+
long as your venv is activated. For more info on venv see `Virtual Environment
9898
<https://docs.python.org/3/tutorial/venv.html>`_ documentation.
9999

100100
If this does not work for you for some reason, you should try using the

developers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ Permissions History
2626
-------------------
2727

2828
- Paul Ganssle was given push privileges on June 15, 2019 by Brett Cannon,
29-
on the recommendaation of Victor Stinner and Pablo Galindo Salgado.
29+
on the recommendation of Victor Stinner and Pablo Galindo Salgado.
3030

31-
- Stefan Behnel was given push privilages on April 8, 2019 by Brett Cannon,
31+
- Stefan Behnel was given push privileges on April 8, 2019 by Brett Cannon,
3232
on the recommendation of Serhiy Storchaka.
3333

3434
- Stéphane Wirtel was given push privileges on April 8, 2019 by Brett Cannon,

documenting.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1583,7 +1583,7 @@ see the make targets above).
15831583
Translating
15841584
===========
15851585

1586-
Python documumentation translations are governed by the :PEP:`545`,
1586+
Python documentation translations are governed by the :PEP:`545`,
15871587
they are built by `docsbuild-scripts
15881588
<https://github.com/python/docsbuild-scripts/>`__ and hosted on
15891589
docs.python.org. There are several documentation translations already
@@ -1745,7 +1745,7 @@ Translation FAQ
17451745
Which version of Python documentation should be translated?
17461746
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17471747

1748-
Concensus is to work on current stable, you can then propagate your
1748+
Consensus is to work on current stable, you can then propagate your
17491749
translation from a branch to another using `pomerge
17501750
<https://pypi.org/p/pomerge>`__.
17511751

index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ instructions please see the :ref:`setup guide <setup>`.
3939

4040
See also :ref:`more detailed instructions <compiling>`,
4141
:ref:`how to install and build dependencies <build-dependencies>`,
42-
and the plaform-specific pages for :ref:`UNIX <unix-compiling>`,
42+
and the platform-specific pages for :ref:`UNIX <unix-compiling>`,
4343
:ref:`Mac OS <MacOS>`, and :ref:`Windows <windows-compiling>`.
4444

4545
4. :doc:`Run the tests <runtests>`::

motivations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ participating in the CPython core development process:
191191
decentralized virtual world protocol. He started contributing to CPython
192192
in 2007 and became a core developer in 2008. His motivations have been
193193
driven both by the abstract desire to make Python better for the whole
194-
world, and by the concrete roadbloacks he was hitting in professional
194+
world, and by the concrete roadblocks he was hitting in professional
195195
settings. His current focus is to improve support for system programming
196196
and concurrent programming (such as ``multiprocessing``).
197197

0 commit comments

Comments
 (0)