mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Issue #23921: Standardized documentation whitespace formatting.
Original patch by James Edwards.
This commit is contained in:
parent
387235085c
commit
dba903993a
63 changed files with 445 additions and 409 deletions
|
@ -92,7 +92,7 @@ in the script::
|
|||
filename = os.environ.get('PYTHONSTARTUP')
|
||||
if filename and os.path.isfile(filename):
|
||||
with open(filename) as fobj:
|
||||
startup_file = fobj.read()
|
||||
startup_file = fobj.read()
|
||||
exec(startup_file)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue