Skip to content

Commit 9a98f4f

Browse files
committed
fix typo
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
1 parent 4e29f03 commit 9a98f4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_readline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ def test_write_read_limited_history(self):
414414
# See TestHistoryManipulation for the full test.
415415

416416
def test_environment_is_not_modified(self):
417-
# os.environ contains enviroment at the time "os" module was loaded, so
417+
# os.environ contains environment at the time "os" module was loaded, so
418418
# before the "readline" module is loaded.
419419
original_env = dict(os.environ)
420420

0 commit comments

Comments
 (0)