Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3428f46

Browse filesBrowse files
committed
Fix WARNING: term not in glossary: szövegfájl
1 parent 8eb3a43 commit 3428f46
Copy full SHA for 3428f46

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎tutorial/inputoutput.po

Copy file name to clipboardExpand all lines: tutorial/inputoutput.po
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ msgid ""
579579
msgstr ""
580580
"A :func:`~json.dumps` függvény egy másik változata, amelynek "
581581
":func:`~json.dump`, a neve az objektumot egy :term:`text file`-ba "
582-
"szerializálja. Tehát, ha ``f`` egy :term:`szövegfájl`-objektum, amelyet "
582+
"szerializálja. Tehát, ha ``f`` egy :term:`text file` objektum, amelyet "
583583
"írásra nyitottunk meg, megtehetjük az alábbit::"
584584

585585
#: ../../tutorial/inputoutput.rst:424
@@ -588,7 +588,7 @@ msgid ""
588588
" been opened for reading::"
589589
msgstr ""
590590
"Az objektum visszaállítása pedig, ha ``f`` egy olvasásra megnyitott "
591-
":term:`szövegfájl`-objektum, így történik::"
591+
":term:`text file` objektum, így történik::"
592592

593593
#: ../../tutorial/inputoutput.rst:429
594594
msgid ""

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.