diff --git a/SPEC.md b/SPEC.md index 8b53cf4..333349d 100644 --- a/SPEC.md +++ b/SPEC.md @@ -891,7 +891,6 @@ quoted-string := '"""' newline (multi-line-string-body newline)? (unicode-space | ws-escape)* '"""' - single-line-string-body := (string-character - newline)* multi-line-string-body := (('"' | '""')? string-character)* string-character :=