@@ -204,7 +204,7 @@ \section{Style Guide \label{style-guide}}
204204 For `` central processing unit.'' Many style guides say this
205205 should be spelled out on the first use (and if you must use it,
206206 do so!). For the Python documentation, this abbreviation should
207- be avoided since there's no reasonable way to predict which occurance
207+ be avoided since there's no reasonable way to predict which occurrence
208208 will be the first seen by the reader. It is better to use the
209209 word `` processor'' instead.
210210
@@ -471,7 +471,7 @@ \section{\LaTeX{} Primer \label{latex-primer}}
471471
472472 \LaTeX {} provides a variety of environments even without the
473473 additional markup provided by the Python-specific document classes
474- introducted in the next section. The following environments are
474+ introduced in the next section. The following environments are
475475 provided as part of standard \LaTeX {} and are being used in the
476476 standard Python documentation; descriptions will be added here as
477477 time allows.
@@ -651,7 +651,7 @@ \section{Special Markup Constructs \label{special-constructs}}
651651 \end {envdesc }
652652
653653 \begin {envdesc }{excclassdesc}{\p {name}\p {constructor parameters}}
654- Descibe an exception defined by a class. \var {constructor
654+ Describe an exception defined by a class. \var {constructor
655655 parameters} should not include the \var {self} parameter or
656656 the parentheses used in the call syntax. To describe an
657657 exception class without describing the parameters to its
@@ -830,7 +830,7 @@ \section{Special Markup Constructs \label{special-constructs}}
830830 with release \var {version}. The text given as \var {what to do}
831831 should recommend something to use instead. It should be
832832 complete sentences. The entire deprecation notice will be
833- presented as a separate paragraph; it should either preceed or
833+ presented as a separate paragraph; it should either precede or
834834 succeed the description of the deprecated feature.
835835 \end {macrodesc }
836836
@@ -1122,7 +1122,7 @@ \section{Special Markup Constructs \label{special-constructs}}
11221122
11231123 \begin {envdesc }{notice}{\op {type}}
11241124 Label some paragraphs as being worthy of additional attention from
1125- the reader. What sort of attention is warrented can be indicated
1125+ the reader. What sort of attention is warranted can be indicated
11261126 by specifying the \var {type} of the notice. The only values
11271127 defined for \var {type} are \code {note} and \code {warning}; these
11281128 are equivalent in intent to the inline markup of the same name.
@@ -1660,7 +1660,7 @@ \section{\module{bar.foo} ---
16601660 \begin {envdesc }{productionlist}{\op {language}}
16611661 This environment is used to enclose a group of productions. The
16621662 two macros are only defined within this environment. If a
1663- document descibes more than one language, the optional parameter
1663+ document describes more than one language, the optional parameter
16641664 \var {language} should be used to distinguish productions between
16651665 languages. The value of the parameter should be a short name
16661666 that can be used as part of a filename; colons or other
@@ -1731,7 +1731,7 @@ \subsection{Graphical Interface Components \label{gui-markup}}
17311731 a complete sequence of menu selections, including selecting
17321732 submenus and choosing a specific operation, or any subsequence of
17331733 such a sequence. The names of individual selections should be
1734- separated by occurances of \macro {sub}.
1734+ separated by occurrences of \macro {sub}.
17351735
17361736 For example, to mark the selection `` \menuselection {Start \sub
17371737 Programs}'' , use this markup:
@@ -2080,7 +2080,7 @@ \section{Future Directions \label{futures}}
20802080 fairly rough.
20812081
20822082 The timeframe for the conversion is not clear since there doesn't
2083- seem to be much time available to work on this, but the appearant
2083+ seem to be much time available to work on this, but the apparent
20842084 benefits are growing more substantial at a moderately rapid pace.
20852085
20862086
0 commit comments