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: