From cde8b7f583271c802e89e5213dc971e5e10114af 2018-11-21 12:53:00 From: Pavel Karateev Date: 2018-11-21 12:53:00 Subject: [PATCH] Fix "collections" module typo --- diff --git a/docs/source/interactive/python-ipython-diff.rst b/docs/source/interactive/python-ipython-diff.rst index 569aebf..242429b 100644 --- a/docs/source/interactive/python-ipython-diff.rst +++ b/docs/source/interactive/python-ipython-diff.rst @@ -105,7 +105,7 @@ and if possible display the python source code of this object. .. code-block:: ipython In[1]: import collections - In[2]: collection.Counter?? + In[2]: collections.Counter?? Init signature: collections.Counter(*args, **kwds) Source: