Changes between Version 12 and Version 13 of PythonGuidelines


Ignore:
Timestamp:
Apr 3, 2010 1:20:46 PM (14 years ago)
Author:
Chris Jerdonek
Comment:

Fixed typo.

Legend:

Unmodified
Added
Removed
Modified
  • PythonGuidelines

    v12 v13  
    4646import sys
    4747}}}
    48  This keeps the ordering the same when chaning a `from` statement to an `import` statement, or vice versa.
     48 This keeps the ordering the same when changing a `from` statement to an `import` statement, or vice versa.
    4949
    5050== Upgrading from Python 2.3 or Python 2.4 ==