From a736d0e7238aa7f4b0c81110c7d57d1bb78e1fa8 2024-12-10 13:44:06 From: M Bussonnier Date: 2024-12-10 13:44:06 Subject: [PATCH] docs --- diff --git a/docs/source/config/inputtransforms.rst b/docs/source/config/inputtransforms.rst index 6b7943b..672e628 100644 --- a/docs/source/config/inputtransforms.rst +++ b/docs/source/config/inputtransforms.rst @@ -13,7 +13,7 @@ interactive interface. Using them carelessly can easily break IPython! String based transformations ============================ -.. currentmodule:: IPython.core.inputtransforms +.. currentmodule:: IPython.core.inputtransformers2 When the user enters code, it is first processed as a string. By the end of this stage, it must be valid Python syntax.