mirror of https://github.com/python/cpython
Fix typo noticed by Alec Nunn
This commit is contained in:
parent
04a4316acc
commit
964ec8b2f3
|
@ -222,7 +222,7 @@ sessions, by only appending the new history. ::
|
||||||
|
|
||||||
import atexit
|
import atexit
|
||||||
import os
|
import os
|
||||||
import realine
|
import readline
|
||||||
histfile = os.path.join(os.path.expanduser("~"), ".python_history")
|
histfile = os.path.join(os.path.expanduser("~"), ".python_history")
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue