From 02302bbd9363facb59c4df2c1f4013087702cfa6 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Tue, 31 May 2022 15:36:40 -0700 Subject: Improve docstrings for sphinx. --- letter_compress.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'letter_compress.py') diff --git a/letter_compress.py b/letter_compress.py index 6cb6b74..8d7c8d7 100644 --- a/letter_compress.py +++ b/letter_compress.py @@ -2,7 +2,7 @@ # © Copyright 2021-2022, Scott Gasch -"""A simple compression helper for lowercase ascii text.""" +"""A simple toy compression helper for lowercase ascii text.""" import bitstring -- cgit v1.3