Fix typo in README.
authorScott Gasch <[email protected]>
Thu, 9 Feb 2023 22:05:12 +0000 (14:05 -0800)
committerScott Gasch <[email protected]>
Thu, 9 Feb 2023 22:05:12 +0000 (14:05 -0800)
README.md

index 5102c54d7099fac7228cd57aa2f9147cd135e5df..2947a431ab4f0c917d4f9b94b5a8ea31347ed67f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,8 +5,8 @@ a generally useful pattern I stuffed it into a local library.  That
 library grew into pyutils: a set of collections, helpers and utilities
 that I find useful and hope you will too.
 
-Code is under [src/pyutils/](https://wannabe.guru.org/gitweb/?p=pyutils.git;a=tree;f=src/pyutils;h=e716e14b7a895e5c6206af90f4628bf756f040fe;hb=HEAD)
-Most code includes inlint documentation and doctests.  I've tried to
+Code is under [src/pyutils/](https://wannabe.guru.org/gitweb/?p=pyutils.git;a=tree;f=src/pyutils;h=e716e14b7a895e5c6206af90f4628bf756f040fe;hb=HEAD).
+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 library or reserved
 word I've used a 'z' at the end, e.g. 'collectionz' instead of