X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=docs%2Fpyutils.rst;h=7d19ab70d7e5cd236d154cbdad4a8e0d4f53fbc7;hb=662b6f87542552c454396e42e1e6ce96ae2ad612;hp=2e96cbb530d40ffcccf50d138588b34a936dca3a;hpb=b6bd182dcf2b61053e91abb529143eaafb0cec22;p=pyutils.git diff --git a/docs/pyutils.rst b/docs/pyutils.rst index 2e96cbb..7d19ab7 100644 --- a/docs/pyutils.rst +++ b/docs/pyutils.rst @@ -50,7 +50,7 @@ Most code includes inline documentation and doctests. I've tried to organize it into logical packages based on the code's functionality. Note that when words would collide with a Python standard library or reserved keyword I've used a 'z' at the end, e.g. 'collectionz' -instead of 'collections', 'typez' instead of 'type', etc... +instead of 'collections'. There's some example code that uses various features of this project checked in under `examples/ `_ that you can check out. See the `README `__ in that directory for more information @@ -113,12 +113,12 @@ Subpackages pyutils.collectionz pyutils.compress - pyutils.datetimez + pyutils.datetimes pyutils.files pyutils.parallelize pyutils.search pyutils.security - pyutils.typez + pyutils.types Submodules ----------