correct example string

This commit is contained in:
Thomas Jollans 2024-12-08 08:55:54 +01:00
parent 718fbb0660
commit a62868576e
1 changed files with 1 additions and 1 deletions

View File

@ -654,7 +654,7 @@ You can show examples of """
without worrying about escapes. without worrying about escapes.
``` ```
or equivalently, `"You can show examples of """\n multi-line strings\n """\nwithout worrying about escapes."` as a Quoted String. or equivalently, `"You can show examples of \"\"\"\n multi-line strings\n \"\"\"\nwithout worrying about escapes."` as a Quoted String.
### Number ### Number