Added missing word.
This commit is contained in:
parent
7cea7998c4
commit
2245b0b334
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue