X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=docs%2Fpyutils.collectionz.rst;h=5ca878d6b9ed1f59c948988f689201f9cfb0e8e3;hb=f44a316caad851cb7cf38120746ed1df72dca858;hp=0b0123797f7cfa159ea5b0f58aebed67830a3347;hpb=993b0992473c12294ed659e52b532e1c8cf9cd1e;p=pyutils.git diff --git a/docs/pyutils.collectionz.rst b/docs/pyutils.collectionz.rst index 0b01237..5ca878d 100644 --- a/docs/pyutils.collectionz.rst +++ b/docs/pyutils.collectionz.rst @@ -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 ----------