Skip to content

Commit dba43db

Browse files
authored
PEP 498: Capitalize the F at the start of the sentence (pythonGH-301)
1 parent 202e69a commit dba43db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pep-0498.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ With an f-string, this becomes::
103103
>>> f'The value is {value}.'
104104
'The value is 80.'
105105

106-
f-strings provide a concise, readable way to include the value of
106+
F-strings provide a concise, readable way to include the value of
107107
Python expressions inside strings.
108108

109109
In this sense, ``string.Template`` and %-formatting have similar

0 commit comments

Comments
 (0)