]> granicus.if.org Git - python/commitdiff
[3.6] Fix small typos in expressions.rst (GH-276) (GH-281)
authorMariatta <Mariatta@users.noreply.github.com>
Sat, 25 Feb 2017 00:39:30 +0000 (16:39 -0800)
committerGitHub <noreply@github.com>
Sat, 25 Feb 2017 00:39:30 +0000 (16:39 -0800)
(cherry picked from commit 132ac381fe7eb593e3d7c63926f90285bba13cdc)

Doc/reference/expressions.rst

index 3a4b80557caf67b84f3e06bbd89f6e0674d08ea9..f4a82699b0be1266a272e36aad75a7af3e99c644 100644 (file)
@@ -190,7 +190,7 @@ Since Python 3.6, in an :keyword:`async def` function, an :keyword:`async for`
 clause may be used to iterate over a :term:`asynchronous iterator`.
 A comprehension in an :keyword:`async def` function may consist of either a
 :keyword:`for` or :keyword:`async for` clause following the leading
-expression, may contan additonal :keyword:`for` or :keyword:`async for`
+expression, may contain additional :keyword:`for` or :keyword:`async for`
 clauses, and may also use :keyword:`await` expressions.
 If a comprehension contains either :keyword:`async for` clauses
 or :keyword:`await` expressions it is called an
@@ -1317,7 +1317,7 @@ built-in types.
 * Sequences (instances of :class:`tuple`, :class:`list`, or :class:`range`) can
   be compared only within each of their types, with the restriction that ranges
   do not support order comparison.  Equality comparison across these types
-  results in unequality, and ordering comparison across these types raises
+  results in inequality, and ordering comparison across these types raises
   :exc:`TypeError`.
 
   Sequences compare lexicographically using comparison of corresponding