From a27e65814bcf1381d6a8163a3066640e4c1ec466 Mon Sep 17 00:00:00 2001 From: Alex DeJarnatt Date: Thu, 13 Jun 2024 13:25:01 -0400 Subject: [PATCH] fix rst errors in README --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 75745ee..b413f34 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ puz.py: python crossword puzzle library (.puz file parser) -============= +========================================================== Implementation of .puz crossword puzzle file parser based on .puz file format documentation here: http://code.google.com/p/puz/wiki/FileFormat Examples @@ -55,5 +55,5 @@ Running tests `python tests.py` License ------- +------- MIT License.