From 28de9b9f3e8f5c961fa20143622b0d0d95e09181 Mon Sep 17 00:00:00 2001 From: Sam Firke Date: Thu, 26 Dec 2024 14:57:26 -0500 Subject: [PATCH] Remove duplicated "code-block:: python" --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 18eedbe..b4ac8ef 100644 --- a/README.rst +++ b/README.rst @@ -21,7 +21,7 @@ or to standardize your addresses. (Note: usaddress-scourgify does not make any attempts at address validation.) -Both functions, and the class init, take an address string, or a dict-like object, and return an address dict with all field values in uppercase format mapped to the keys address_line_1, address_line_2, city, state, postal_code... code-block:: python +Both functions, and the class init, take an address string, or a dict-like object, and return an address dict with all field values in uppercase format mapped to the keys address_line_1, address_line_2, city, state, postal_code... .. code-block:: python