mirror of
https://github.com/python/cpython.git
synced 2025-07-19 01:05:26 +00:00
#11515: fix several typos. Patch by Piotr Kasprzyk.
This commit is contained in:
parent
f6db0bbbee
commit
42da663e6f
41 changed files with 1609 additions and 1608 deletions
|
@ -23,7 +23,7 @@ __version__ = 'SPARK-0.7 (pre-alpha-5)'
|
|||
|
||||
import re
|
||||
|
||||
# Compatability with older pythons.
|
||||
# Compatibility with older pythons.
|
||||
def output(string='', end='\n'):
|
||||
sys.stdout.write(string + end)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue