Skip to content

Commit b3815b5

Browse files
authored
fix punctuation
1 parent 9aa1a87 commit b3815b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/string/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ def parse(self, format_string):
293293
Return an iterable that contains tuples of the form
294294
(literal_text, field_name, format_spec, conversion).
295295
296-
*literal_text* can be zero length;
296+
*literal_text* can be zero length.
297297
298298
*field_name* can be None, in which case there's no object
299299
to format and output; otherwise, it is looked up and

0 commit comments

Comments
 (0)