Skip to content

Commit 593df0f

Browse files
author
Kenneth Reitz
committed
Merge pull request realpython#72 from salty-horse/typos
Fix typos, wording
2 parents 19e2e85 + 36e0ea9 commit 593df0f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/intro/community.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The mission of the Python Software Foundation is to promote, protect, and advanc
1919
PEPs
2020
----
2121

22-
PEPs are *Python Enhancement Proposals*. They are define change to Python itself, or the standards around it.
22+
PEPs are *Python Enhancement Proposals*. They describe changes to Python itself, or the standards around it.
2323

2424
There are three different types of PEPs (as defined by `PEP1 <http://www.python.org/dev/peps/pep-0001/>`_):
2525

@@ -70,4 +70,4 @@ A comprehensive list of conferences is maintained `at pycon.org <http://www.pyco
7070
Python User Groups
7171
--------------------------
7272

73-
User Groups are where a bunch of Python developers meet to present or talk about Python topics of interest. A list of local user groups is maintained at the `Python Software Foundation Wiki <http://wiki.python.org/moin/LocalUserGroups>`_.
73+
User Groups are where a bunch of Python developers meet to present or talk about Python topics of interest. A list of local user groups is maintained at the `Python Software Foundation Wiki <http://wiki.python.org/moin/LocalUserGroups>`_.

docs/intro/learning.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ While exploring the various features available in the python language the author
4747
patterns and best practices.
4848

4949
The book also includes several case studies which have the reader explore the topics discussed in the book
50-
in greater detail by applying those topics to real-world examples. Case studies include assingments in GUI
50+
in greater detail by applying those topics to real-world examples. Case studies include assignments in GUI
5151
and Markov Analysis.
5252

5353
`Think Python <http://greenteapress.com/thinkpython/html/index.html>`_

docs/intro/news.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Python-related news.
1919
Python Weekly
2020
~~~~~~~~~~~~~
2121

22-
Python Weekly is a free weekly newsletter featureing curated news, articles,
23-
new releases, jobs etc related to Python.
22+
Python Weekly is a free weekly newsletter featuring curated news, articles,
23+
new releases, jobs, etc. related to Python.
2424

2525
`Python Weekly <http://www.pythonweekly.com/>`_

0 commit comments

Comments
 (0)