From b1ce56a4bb58e9d627654240344e4f4b5af9aa98 Mon Sep 17 00:00:00 2001 From: Kodi Arfer Date: Tue, 6 Feb 2018 17:13:11 -0800 Subject: [PATCH] Fix ReST typo in NEWS --- NEWS.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 8d132f7..874086b 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -98,7 +98,7 @@ Language Changes "reader macros", which were never true reader macros, are now called "sharp macros" * `try` now enforces the usual Python order for its elements (`else` must - follow all `except`s, and `finally` must come last). This is only a + follow all `except`\s, and `finally` must come last). This is only a syntactic change; the elements were already run in Python order even when defined out of order. * `try` now requires an `except` or `finally` clause, as in Python