Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f2bc3de

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 86a2150 commit f2bc3de

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

tutorial/classes.po

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.14\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2025-05-08 02:53-0300\n"
19+
"POT-Creation-Date: 2025-05-16 14:19+0000\n"
2020
"PO-Revision-Date: 2021-06-28 01:49+0000\n"
2121
"Last-Translator: Maciej Olko <[email protected]>, 2025\n"
2222
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -740,9 +740,10 @@ msgid ""
740740
"is a method object, and can be stored away and called at a later time. For "
741741
"example::"
742742
msgstr ""
743-
"W przykładzie :class:`!MyClass` będzie to zwracać napis ``'hello world'`` . "
744-
"Nie jest jednak konieczne wywoływanie metody od razu: ``x.f`` jest obiektem "
745-
"metody i może być przechowywany i wywoływany później. Na przykład::"
743+
"W przykładzie :class:`!MyClass` będzie to zwracać napis ``'witaj "
744+
"świecie'`` . Nie jest jednak konieczne wywoływanie metody od razu: ``x.f`` "
745+
"jest obiektem metody i może być przechowywane i wywoływane później. Na "
746+
"przykład::"
746747

747748
msgid ""
748749
"xf = x.f\n"
@@ -754,7 +755,7 @@ msgstr ""
754755
" print(xf())"
755756

756757
msgid "will continue to print ``hello world`` until the end of time."
757-
msgstr "będzie drukować ``hello world`` do końca czasu."
758+
msgstr "będzie drukować ``witaj świecie`` do końca czasu."
758759

759760
msgid ""
760761
"What exactly happens when a method is called? You may have noticed that ``x."

0 commit comments

Comments
 (0)