Skip to content

Commit 06806ef

Browse files
author
github-actions
committed
Merge 3.14 into 3.12
1 parent 3783114 commit 06806ef

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

faq/programming.po

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,6 +866,8 @@ msgid ""
866866
"def func(foo, bar=None, **kwargs):\n"
867867
" pass"
868868
msgstr ""
869+
"def func(foo, bar=None, **kwargs):\n"
870+
" pass"
869871

870872
#: ../../faq/programming.rst:426
871873
msgid ""
@@ -877,7 +879,7 @@ msgstr ""
877879

878880
#: ../../faq/programming.rst:429
879881
msgid "func(42, bar=314, extra=somevar)"
880-
msgstr ""
882+
msgstr "func(42, bar=314, extra=somevar)"
881883

882884
#: ../../faq/programming.rst:431
883885
msgid "the values ``42``, ``314``, and ``somevar`` are arguments."

0 commit comments

Comments
 (0)