Skip to content

Commit 7a1a36c

Browse files
committed
Remove trailing space
1 parent a7d9984 commit 7a1a36c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/string.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1291,7 +1291,7 @@ msgid ""
12911291
msgstr ""
12921292
">>> '{0}, {1}, {2}'.format('a', 'b', 'c')\n"
12931293
"'a, b, c'\n"
1294-
">>> '{}, {}, {}'.format('a', 'b', 'c') # somente 3.1+ \n"
1294+
">>> '{}, {}, {}'.format('a', 'b', 'c') # somente 3.1+\n"
12951295
"'a, b, c'\n"
12961296
">>> '{2}, {1}, {0}'.format('a', 'b', 'c')\n"
12971297
"'c, b, a'\n"

0 commit comments

Comments
 (0)