@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.15\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2026-07-05 15:08 +0000\n "
15+ "POT-Creation-Date : 2026-07-11 14:46 +0000\n "
1616"PO-Revision-Date : 2025-09-16 00:01+0000\n "
1717"Last-Translator : python-doc bot, 2026\n "
1818"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -777,11 +777,8 @@ msgid ""
777777msgstr ""
778778
779779msgid ""
780- "Some options, like ``bg`` are synonyms for common options with long names "
781- "(``bg`` is shorthand for \" background\" ). Passing the ``config()`` method "
782- "the name of a shorthand option will return a 2-tuple, not 5-tuple. The 2-"
783- "tuple passed back will contain the name of the synonym and the \" real\" "
784- "option (such as ``('bg', 'background')``)."
780+ "Some options, like ``bg``, are synonyms for common options with long names "
781+ "(``bg`` is shorthand for \" background\" )."
785782msgstr ""
786783
787784msgid "Index"
@@ -2412,7 +2409,7 @@ msgstr ""
24122409msgid "Return the depth of the widget, that is, the number of bits per pixel."
24132410msgstr ""
24142411
2415- msgid "Return ``1`` if the widget exists, ``0`` otherwise."
2412+ msgid "Return true if the widget exists, false otherwise."
24162413msgstr ""
24172414
24182415msgid ""
@@ -2446,7 +2443,7 @@ msgid ""
24462443"application's main window."
24472444msgstr ""
24482445
2449- msgid "Return ``1`` if the widget is currently mapped, ``0`` otherwise."
2446+ msgid "Return true if the widget is currently mapped, false otherwise."
24502447msgstr ""
24512448
24522449msgid ""
@@ -2566,8 +2563,8 @@ msgid ""
25662563msgstr ""
25672564
25682565msgid ""
2569- "Return ``1`` if the widget and all of its ancestors up through the nearest "
2570- "toplevel window are mapped, ``0`` otherwise."
2566+ "Return true if the widget and all of its ancestors up through the nearest "
2567+ "toplevel window are mapped, false otherwise."
25712568msgstr ""
25722569
25732570msgid ""
@@ -2647,8 +2644,8 @@ msgid ""
26472644"all four arguments are given, the window manager keeps the ratio between "
26482645"``minNumer/minDenom`` and ``maxNumer/maxDenom``; passing empty strings "
26492646"removes any existing restriction. With no arguments, return a tuple of the "
2650- "four current values, or an empty string if no aspect restriction is in "
2651- "effect. : meth:`wm_aspect` is an alias of :meth:`!aspect`."
2647+ "four current values, or ``None`` if no aspect restriction is in effect. : "
2648+ "meth:`wm_aspect` is an alias of :meth:`!aspect`."
26522649msgstr ""
26532650
26542651msgid ""
@@ -2890,8 +2887,8 @@ msgid ""
28902887"units for the window's internally requested size, and *widthInc* and "
28912888"*heightInc* are the pixel sizes of a horizontal and vertical grid unit. "
28922889"Empty strings turn off gridded management. With no arguments, return a tuple "
2893- "of the four current values, or an empty string if the window is not "
2894- "gridded. :meth: `wm_grid` is an alias of :meth:`!grid`."
2890+ "of the four current values, or ``None`` if the window is not gridded. :meth: "
2891+ "`wm_grid` is an alias of :meth:`!grid`."
28952892msgstr ""
28962893
28972894msgid "Not to be confused with the grid geometry manager :meth:`Grid.grid`."
@@ -2952,9 +2949,8 @@ msgstr ""
29522949msgid ""
29532950"Set or query a hint to the window manager about where the window's icon "
29542951"should be positioned. Empty strings cancel an existing hint. With no "
2955- "arguments, return a tuple of the two current values, or an empty string if "
2956- "no hint is in effect. :meth:`wm_iconposition` is an alias of :meth:`!"
2957- "iconposition`."
2952+ "arguments, return a tuple of the two current values, or ``None`` if no hint "
2953+ "is in effect. :meth:`wm_iconposition` is an alias of :meth:`!iconposition`."
29582954msgstr ""
29592955
29602956msgid ""
@@ -2996,9 +2992,10 @@ msgid ""
29962992"set, the window is ignored by the window manager: it is not reparented into "
29972993"a decorative frame and the user cannot manipulate it through the usual "
29982994"window manager controls. With no argument, return a boolean indicating "
2999- "whether the flag is set. The flag is reliably honored only when the window "
3000- "is first mapped or remapped from the withdrawn state. :meth:"
3001- "`wm_overrideredirect` is an alias of :meth:`!overrideredirect`."
2995+ "whether the flag is set, or ``None`` if it has not been set. The flag is "
2996+ "reliably honored only when the window is first mapped or remapped from the "
2997+ "withdrawn state. :meth:`wm_overrideredirect` is an alias of :meth:`!"
2998+ "overrideredirect`."
30022999msgstr ""
30033000
30043001msgid ""
@@ -5798,8 +5795,8 @@ msgid ""
57985795msgstr ""
57995796
58005797msgid ""
5801- "If *arg* is omitted, return the current state of the modified flag as ``0`` "
5802- "or ``1`` ; the flag is set automatically whenever the text is inserted or "
5798+ "If *arg* is omitted, return the current state of the modified flag as true "
5799+ "or false ; the flag is set automatically whenever the text is inserted or "
58035800"deleted. Otherwise set the flag to the boolean *arg*."
58045801msgstr ""
58055802
0 commit comments