Hammer on that run_tests.py thing again.
[python_utils.git] / NOTICE
diff --git a/NOTICE b/NOTICE
index f5937ca559dd43584133b8c9b8c7d3e6a75453ab..59d5c112579b71de2c745fa42666894b834a7acb 100644 (file)
--- a/NOTICE
+++ b/NOTICE
@@ -28,6 +28,7 @@ contains URLs pointing at the source of the forked code.
       replace_nth.
     + Added type annotations everywhere,
     + Wrote doctests everywhere,
+    + Added sphinx style pydocs,
     + Wrote a supplimental unittest (tests/string_utils_test.py),
     + Added logging.
 
@@ -41,6 +42,7 @@ contains URLs pointing at the source of the forked code.
   Scott's modifications include:
     + Adding a unittest (tests/shared_dict_test.py),
     + Minor cleanup and style tweaks,
+    + Added sphinx style pydocs,
     + Added type hints.
 
   3. The timeout decortator in decorator_utils.py is based on original
@@ -65,6 +67,7 @@ contains URLs pointing at the source of the forked code.
     + Ported the code to python3,
     + Added type hints,
     + Added timeouts / retries,
+    + Added sphinx style pydocs,
     + Added logging.
 
 Thank you to everyone who makes their code available for reuse by