From ccca7ea8fae7ab9a79a88baf9a7f8f3219403c7b Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Thu, 9 Feb 2023 14:05:12 -0800 Subject: [PATCH] Fix typo in README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5102c54..2947a43 100644 --- 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 -- 2.45.2