mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Minor changes to match the style guide.
This commit is contained in:
parent
4124a0b343
commit
8ee679f0ce
21 changed files with 79 additions and 72 deletions
|
|
@ -24,7 +24,7 @@ interfaces that are highly specific to Python, like printing a stack
|
|||
trace; some provide interfaces that are specific to particular
|
||||
operating systems, such as access to specific hardware; others provide
|
||||
interfaces that are
|
||||
specific to a particular application domain, like the World-Wide Web.
|
||||
specific to a particular application domain, like the World Wide Web.
|
||||
Some modules are available in all versions and ports of Python; others
|
||||
are only available when the underlying system supports or requires
|
||||
them; yet others are available only when a particular configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue