|
8 | 8 | msgstr "" |
9 | 9 | "Project-Id-Version: Python 3.14\n" |
10 | 10 | "Report-Msgid-Bugs-To: \n" |
11 | | -"POT-Creation-Date: 2026-01-29 14:35+0000\n" |
| 11 | +"POT-Creation-Date: 2026-02-17 14:41+0000\n" |
12 | 12 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" |
13 | 13 | "Language-Team: Hungarian (https://app.transifex.com/python-doc/teams/5390/" |
14 | 14 | "hu/)\n" |
@@ -522,7 +522,7 @@ msgstr "" |
522 | 522 | msgid "" |
523 | 523 | "Note that Python will do a best effort at freeing all memory allocated by " |
524 | 524 | "the Python interpreter. Therefore, any C-Extension should make sure to " |
525 | | -"correctly clean up all of the preveiously allocated PyObjects before using " |
| 525 | +"correctly clean up all of the previously allocated PyObjects before using " |
526 | 526 | "them in subsequent calls to :c:func:`Py_Initialize`. Otherwise it could " |
527 | 527 | "introduce vulnerabilities and incorrect behavior." |
528 | 528 | msgstr "" |
@@ -1668,7 +1668,7 @@ msgid "Get the current interpreter." |
1668 | 1668 | msgstr "" |
1669 | 1669 |
|
1670 | 1670 | msgid "" |
1671 | | -"Issue a fatal error if there no :term:`attached thread state`. It cannot " |
| 1671 | +"Issue a fatal error if there is no :term:`attached thread state`. It cannot " |
1672 | 1672 | "return NULL." |
1673 | 1673 | msgstr "" |
1674 | 1674 |
|
@@ -2252,7 +2252,7 @@ msgid "" |
2252 | 2252 | "exception becomes set within the frame being executed. The effect of this " |
2253 | 2253 | "is that as exception propagation causes the Python stack to unwind, the " |
2254 | 2254 | "callback is called upon return to each frame as the exception propagates. " |
2255 | | -"Only trace functions receives these events; they are not needed by the " |
| 2255 | +"Only trace functions receive these events; they are not needed by the " |
2256 | 2256 | "profiler." |
2257 | 2257 | msgstr "" |
2258 | 2258 |
|
@@ -2368,7 +2368,7 @@ msgid "" |
2368 | 2368 | msgstr "" |
2369 | 2369 |
|
2370 | 2370 | msgid "" |
2371 | | -"Not that tracer functions **must not** create Python objects inside or " |
| 2371 | +"Note that tracer functions **must not** create Python objects inside or " |
2372 | 2372 | "otherwise the call will be re-entrant. The tracer also **must not** clear " |
2373 | 2373 | "any existing exception or set an exception. A :term:`thread state` will be " |
2374 | 2374 | "active every time the tracer function is called." |
|
0 commit comments