Added missing word.

This commit is contained in:
Eric V. Smith 2016-08-18 12:59:00 -04:00
parent 7cea7998c4
commit 2245b0b334
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ resulting string value is to double the brace::
>>> f'{{{4*10}}}'
'{40}'
Like all raw in Python, no escape processing is done for raw
Like all raw strings in Python, no escape processing is done for raw
f-strings::
>>> fr'x={4*10}\n'