Issue #5341: Fix a variety of spelling errors.

This commit is contained in:
Mark Dickinson 2009-02-21 20:27:01 +00:00
parent a12a86e956
commit 3e4caeb3bf
56 changed files with 93 additions and 93 deletions

View file

@ -187,7 +187,7 @@ notation.::
This is particularly useful in combination with the new built-in :func:`vars`
function, which returns a dictionary containing all local variables.
For a complete overview of string formating with :meth:`str.format`, see
For a complete overview of string formatting with :meth:`str.format`, see
:ref:`formatstrings`.