Fix typo in README.
[pyutils.git] / examples / README
index c03fa08d2b3342bdcda83ba7284bb0f39a1053e7..0ed75c90d473ff0be220d58b0c2fe8ece117e0b4 100644 (file)
@@ -41,4 +41,8 @@ wordle:
     the @parallelize framework and shared_dict which it uses to
     precompute the solution space on several processes at once.
 
+../tests/run_tests.py:
+    Though not under examples/ this is still a stand alone program that
+    uses pyutils concepts like @parallelize and smart_futures that might
+    be helpful to look at.