mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Fix typo noticed by Alec Nunn
This commit is contained in:
parent
04a4316acc
commit
964ec8b2f3
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ sessions, by only appending the new history. ::
|
|||
|
||||
import atexit
|
||||
import os
|
||||
import realine
|
||||
import readline
|
||||
histfile = os.path.join(os.path.expanduser("~"), ".python_history")
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue