Commit 45b87bc9 authored by Greg Ward's avatar Greg Ward

Typo fix in docstring.

parent 29124ff4
...@@ -23,8 +23,7 @@ from types import * ...@@ -23,8 +23,7 @@ from types import *
class Extension: class Extension:
"""Just a collection of attributes that describes an extension """Just a collection of attributes that describes an extension
module and everything needed to build it (hopefully in a portable module and everything needed to build it (hopefully in a portable
way, but there are hooks that let you can be as unportable as you way, but there are hooks that let you be as unportable as you need).
need).
Instance attributes: Instance attributes:
name : string name : string
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment