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