##// END OF EJS Templates
Fix "collections" module typo
Pavel Karateev -
Show More
@@ -105,7 +105,7 b' and if possible display the python source code of this object.'
105 .. code-block:: ipython
105 .. code-block:: ipython
106
106
107 In[1]: import collections
107 In[1]: import collections
108 In[2]: collection.Counter??
108 In[2]: collections.Counter??
109
109
110 Init signature: collections.Counter(*args, **kwds)
110 Init signature: collections.Counter(*args, **kwds)
111 Source:
111 Source:
General Comments 0
You need to be logged in to leave comments. Login now