From 67ef47820e1d6ee9f7f996b24d14e3523ac4096c 2018-03-20 06:59:29 From: Craig Citro Date: 2018-03-20 06:59:29 Subject: [PATCH] Typo fix: `therm` -> `them` --- diff --git a/IPython/core/interactiveshell.py b/IPython/core/interactiveshell.py index 910e360..ff450ce 100644 --- a/IPython/core/interactiveshell.py +++ b/IPython/core/interactiveshell.py @@ -1179,7 +1179,7 @@ class InteractiveShell(SingletonConfigurable): ----- All data structures here are only filled in, they are NOT reset by this method. If they were not empty before, data will simply be added to - therm. + them. """ # This function works in two parts: first we put a few things in # user_ns, and we sync that contents into user_ns_hidden so that these