Skip to content

Commit cfe8837

Browse files
committed
Fixes in powrap and spelling and add words in main.txt
1 parent 3482b06 commit cfe8837

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

dictionaries/main.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ literal
223223
loader
224224
loaders
225225
locks
226+
logging
226227
looks
227228
mail
228229
mailing
@@ -301,13 +302,15 @@ symlinks
301302
tab
302303
tabs
303304
tag
305+
templating
304306
terminal
305307
terminator
306308
terminators
307309
test
308310
testing
309311
tests
310312
the
313+
thread
311314
threading
312315
to
313316
tracker
@@ -336,9 +339,12 @@ y
336339
you
337340
z
338341
zlib
342+
Αριθμητική
339343
Βλ
344+
Κινητής
340345
Μετα
341346
Περιβάλλοντας
347+
Υποδιαστολής
342348
αίτημά
343349
αγγίξετε
344350
αλληλοαποκλείονται

tutorial/stdlib2.po

Lines changed: 5 additions & 6 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 ""
@@ -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` για εργασία με μορφές δυαδικών (binary) εγγραφών "
@@ -370,7 +369,7 @@ msgstr ""
370369

371370
#: tutorial/stdlib2.rst:356
372371
msgid "Decimal Floating Point Arithmetic"
373-
msgstr "Δεκαδική Aριθμητική Kινητής Yποδιαστολής"
372+
msgstr "Δεκαδική Αριθμητικής Κινητής Υποδιαστολής"
374373

375374
#: tutorial/stdlib2.rst:358
376375
msgid ""

0 commit comments

Comments
 (0)