From 2bdbfa5664241fee622b23590abd3492f973afc9 Mon Sep 17 00:00:00 2001 From: Ed Schofield Date: Wed, 21 Feb 2024 22:36:09 +1100 Subject: [PATCH] Tidy up README --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 6518b9e8..a3aceb7d 100644 --- a/README.rst +++ b/README.rst @@ -239,7 +239,7 @@ See :ref:`forwards-conversion` and :ref:`backwards-conversion` for more details. Automatic translation ---------------------- +~~~~~~~~~~~~~~~~~~~~~ The ``past`` package can automatically translate some simple Python 2 modules to Python 3 upon import. The goal is to support the "long tail" of @@ -278,7 +278,7 @@ development, and will likely never be perfect. Pre-commit hooks ----------------- +~~~~~~~~~~~~~~~~ `Pre-commit `_ is a framework for managing and maintaining multi-language pre-commit hooks.