Fix typo.
[pyutils.git] / docs / pyutils.rst
index aff3220fec9d2178cf3f059c5fdad56023731d90..89b3ca0bf5856ab304d36e27ae64cd508bb07b89 100644 (file)
@@ -55,7 +55,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'.
+instead of 'collections' and 'typez' instead of 'types'.
 
 There's some example code that uses various features of this project checked
 in under `examples/ <https://wannabe.guru.org/gitweb/?p=pyutils.git;a=tree;f=examples;h=d9744bf2b171ba7a9ff21ae1d3862b673647fff4;hb=HEAD>`_ that you can check out.  See the `README <http://wannabe.guru.org/gitweb/?p=pyutils.git;a=blob_plain;f=examples/README;hb=HEAD>`__ in that directory for more information
@@ -124,7 +124,7 @@ Subpackages
    pyutils.parallelize
    pyutils.search
    pyutils.security
-   pyutils.types
+   pyutils.typez
 
 Submodules
 ----------
@@ -2318,6 +2318,14 @@ pyutils.function\_utils module
    :undoc-members:
    :show-inheritance:
 
+pyutils.geocode module
+----------------------
+
+.. automodule:: pyutils.geocode
+   :members:
+   :undoc-members:
+   :show-inheritance:
+
 pyutils.graph module
 ------------------------------
 
@@ -2374,14 +2382,6 @@ pyutils.misc\_utils module
    :undoc-members:
    :show-inheritance:
 
-pyutils.persistent module
--------------------------
-
-.. automodule:: pyutils.persistent
-   :members:
-   :undoc-members:
-   :show-inheritance:
-
 pyutils.remote\_worker module
 -----------------------------