8000 Minor fix in tutorial/stdlib2.po · python/python-docs-el@7139e4c · GitHub
[go: up one dir, main page]

Skip to content

Commit 7139e4c

Browse files
committed
Minor fix in tutorial/stdlib2.po
1 parent 1213707 commit 7139e4c

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

tutorial/stdlib2.po

-11Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Copyright (C) 2001-2024, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5-
#
5+
#
66
#, fuzzy
77
msgid ""
88
msgstr ""
@@ -113,12 +113,12 @@ msgid ""
113113
"meth:`~string.Template.safe_substitute` method may be more appropriate --- "
114114
"it will leave placeholders unchanged if data is missing::"
115115
msgstr ""
116-
"Η μέθοδος :meth:`~string.Template.substitute` κάνει raise ένα :exc:`KeyError "
117-
"όταν ένα placeholder δεν παρέχεται σε ένα λεξικό ή ένα όρισμα λέξης-"
118-
"κλειδιού. Για εφαρμογές στυλ συγχώνευσης mail, τα δεδομένα που παρέχονται "
119-
"από τον χρήστη ενδέχεται να είναι ελλιπή και η μέθοδος :meth:`~string."
120-
"Template.safe_substitute` μπορεί να είναι πιο κατάλληλη --- θα αφήσει "
121-
"αμετάβλητα τα placeholders εάν λείπουν δεδομένα::"
116+
"Η μέθοδος :meth:`~string.Template.substitute` κάνει raise ένα :exc:"
117+
"`KeyError` όταν ένα placeholder δεν παρέχεται σε ένα λεξικό ή ένα όρισμα "
118+
"λέξης-κλειδιού. Για εφαρμογές στυλ συγχώνευσης mail, τα δεδομένα που "
119+
"παρέχονται από τον χρήστη ενδέχεται να είναι ελλιπή και η μέθοδος :meth:"
120+
"`~string.Template.safe_substitute` μπορεί να είναι πιο κατάλληλη --- θα "
121+
"αφήσει αμετάβλητα τα placeholders εάν λείπουν δεδομένα::"
122122

123123
#: tutorial/stdlib2.rst:103
124124
msgid ""
@@ -153,10 +153,9 @@ msgid ""
153153
"The :mod:`struct` module provides :func:`~struct.pack` and :func:`~struct."
154154
"unpack` functions for working with variable length binary record formats. "
155155
"The following example shows how to loop through header information in a ZIP "
156-
"file without using the :mod:`zipfile` module. Pack codes ``\"H\"`` and "
157-
"``\"I\"`` represent two and four byte unsigned numbers respectively. The "
158-
"``\"<\"`` indicates that they are standard size and in little-endian byte "
159-
"order::"
156+
"file without using the :mod:`zipfile` module. Pack codes ``\"H\"`` and ``\"I"
157+
"\"`` represent two and four byte unsigned numbers respectively. The ``\"<"
158+
"\"`` indicates that they are standard size and in little-endian byte order::"
160159
msgstr ""
161160
"Το module :mod:`struct` παρέχει τις συναρτήσεις :func:`~struct.pack` και :"
162161
"func:`~struct.unpack` για εργασία με μορφές δυαδικών εγγραφών μεταβλητού "
< 3717 button class="Button Button--iconOnly Button--invisible ExpandableHunkHeaderDiffLine-module__expand-button-line--rnQN5 ExpandableHunkHeaderDiffLine-module__expand-button-unified--j86KQ" aria-label="Expand file down from line 161" data-direction="down" aria-hidden="true" tabindex="-1">

0 commit comments

Comments
 (0)
0