From 01fa2667d0e5e868b18424bc1906146e5ee340db Mon Sep 17 00:00:00 2001
From: smosker <smosker@yandex-team.ru>
Date: Thu, 10 Feb 2022 16:48:22 +0300
Subject: Restoring authorship annotation for <smosker@yandex-team.ru>. Commit
 2 of 2.

---
 contrib/python/ipython/py2/IPython/nbconvert.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'contrib/python/ipython/py2/IPython/nbconvert.py')

diff --git a/contrib/python/ipython/py2/IPython/nbconvert.py b/contrib/python/ipython/py2/IPython/nbconvert.py
index 1e708edce8..2de4ee50bc 100644
--- a/contrib/python/ipython/py2/IPython/nbconvert.py
+++ b/contrib/python/ipython/py2/IPython/nbconvert.py
@@ -9,7 +9,7 @@ from warnings import warn
 
 from IPython.utils.shimmodule import ShimModule, ShimWarning
 
-warn("The `IPython.nbconvert` package has been deprecated since IPython 4.0. " 
+warn("The `IPython.nbconvert` package has been deprecated since IPython 4.0. "
      "You should import from nbconvert instead.", ShimWarning)
 
 # Unconditionally insert the shim into sys.modules so that further import calls
-- 
cgit v1.2.3