Adds MD5 checksums to wheels.
[pyutils.git] / docs / pyutils.collectionz.rst
index 0b0123797f7cfa159ea5b0f58aebed67830a3347..5ca878d6b9ed1f59c948988f689201f9cfb0e8e3 100644 (file)
@@ -1,9 +1,12 @@
 pyutils.collectionz package
 ===========================
 
-This subpackage contains some homegrown collections that try to emulate
-:mod:`collections` included in the Python standard library.  It ends
-with a 'z' so as not to collide with the standard library package.
+This subpackage contains some homegrown collections that try to
+emulate :mod:`collections` included in the Python standard library
+(see:
+https://docs.python.org/3/library/collections.html#module-collections).
+It ends with a 'z' so as not to collide with the standard library
+package.
 
 Submodules
 ----------