From 9f40f741c59e4bdb351a4501ba3151a5ce5b86c6 Mon Sep 17 00:00:00 2001 From: Carl Gay Date: Fri, 22 Nov 2024 11:37:15 -0500 Subject: [PATCH] DEP 12: minor grammar fix --- documentation/source/proposals/dep-0012-string-literals.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/source/proposals/dep-0012-string-literals.rst b/documentation/source/proposals/dep-0012-string-literals.rst index 974245f98..65225db17 100644 --- a/documentation/source/proposals/dep-0012-string-literals.rst +++ b/documentation/source/proposals/dep-0012-string-literals.rst @@ -127,7 +127,7 @@ whitespace are automatically concatenated. Because Dylan's quoted symbol syntax (also known as "unique string" syntax) is just `#` followed by any standard string, we also allow ``#"""`` to indicate a multi-line quoted symbol, to be consistent. No new syntax is provided to create -a "raw" quoted symbols, i.e., quoted symbols without escape processing. +"raw" quoted symbols, i.e., quoted symbols without escape processing. The Rectangle Rule ------------------