Skip to content

Commit 2cc3109

Browse files
Update library/string.po
fix space after backtick Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
1 parent 945c187 commit 2cc3109

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
@@ -183,7 +183,7 @@ msgid ""
183183
"break the string into either literal text, or replacement fields."
184184
msgstr ""
185185
"Itera sobre *format_string* y devuelve un iterable de tuplas (*literal_text*, "
186-
"*field_name*, *format_spec*, *conversion*). Es usado por :meth:`vformat`para "
186+
"*field_name*, *format_spec*, *conversion*). Es usado por :meth:`vformat` para "
187187
"dividir la cadena de caracteres en texto literal o en campos de reemplazo."
188188

189189
#: ../Doc/library/string.rst:121

0 commit comments

Comments
 (0)