88msgstr ""
99"Project-Id-Version :Python 3.14\n "
1010"Report-Msgid-Bugs-To :\n "
11- "POT-Creation-Date :2025-09-11 14:18 +0000\n "
11+ "POT-Creation-Date :2025-09-22 14:43 +0000\n "
1212"PO-Revision-Date :2025-09-16 00:01+0000\n "
1313"Language-Team :Hungarian (https://app.transifex.com/python-doc/teams/5390/ "
1414"hu/)\n "
@@ -1692,9 +1692,8 @@ msgid ""
16921692"functions in the :mod:`os` module must be a string specifying a file path. "
16931693"However, some functions now alternatively accept an open file descriptor for "
16941694"their *path* argument. The function will then operate on the file referred "
1695- "to by the descriptor. (For POSIX systems, Python will call the variant of "
1696- "the function prefixed with ``f`` (e.g. call ``fchdir`` instead of "
1697- "``chdir``).)"
1695+ "to by the descriptor. For POSIX systems, Python will call the variant of the "
1696+ "function prefixed with ``f`` (e.g. call ``fchdir`` instead of ``chdir``)."
16981697msgstr ""
16991698
17001699msgid ""
@@ -1713,7 +1712,7 @@ msgid ""
17131712"**paths relative to directory descriptors:** If *dir_fd* is not ``None``, it "
17141713"should be a file descriptor referring to a directory, and the path to "
17151714"operate on should be relative; path will then be relative to that "
1716- "directory. If the path is absolute, *dir_fd* is ignored.( For POSIX "
1715+ "directory. If the path is absolute, *dir_fd* is ignored. For POSIX "
17171716"systems, Python will call the variant of the function with an ``at`` suffix "
17181717"and possibly prefixed with ``f`` (e.g. call ``faccessat`` instead of "
17191718"``access``)."
@@ -1729,8 +1728,8 @@ msgid ""
17291728"**not following symlinks:** If *follow_symlinks* is ``False``, and the last "
17301729"element of the path to operate on is a symbolic link, the function will "
17311730"operate on the symbolic link itself rather than the file pointed to by the "
1732- "link.( For POSIX systems, Python will call the ``l...`` variant of the "
1733- "function.) "
1731+ "link. For POSIX systems, Python will call the ``l...`` variant of the "
1732+ "function."
17341733msgstr ""
17351734
17361735msgid ""