mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Typo fixes
This commit is contained in:
parent
a93ee47422
commit
3ccdb6ab36
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ line.
|
|||
The generated output is a package with a number of modules, one for
|
||||
every suite used in the program plus an \module{__init__} module to glue
|
||||
it all together. The Python inheritance graph follows the AppleScript
|
||||
inheritance graph, so if a programs dictionary specifies that it
|
||||
inheritance graph, so if a program's dictionary specifies that it
|
||||
includes support for the Standard Suite, but extends one or two verbs
|
||||
with extra arguments then the output suite will contain a module
|
||||
\module{Standard_Suite} that imports and re-exports everything from
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue