File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 6
6
B
7
7
Bernstein
8
8
Bitwise
9
+ Boolean
10
+ Booleans
11
+ Bug
9
12
Bytearray
10
13
C
11
14
Case
103
106
Perl
104
107
Precision
105
108
Py
109
+ Queues
106
110
Raising
107
111
Randal
108
112
Ranges
@@ -177,8 +181,14 @@ bits
177
181
bitwise
178
182
block
179
183
blocks
184
+ bool
185
+ boolean
186
+ booleans
180
187
breadth
181
188
break
189
+ bug
190
+ bugger
191
+ bugs
182
192
byte
183
193
bytearray
184
194
bytecode
@@ -243,12 +253,15 @@ cost
243
253
count
244
254
crt
245
255
de
256
+ debugging
246
257
decorated
247
258
decorator
248
259
decorators
249
260
del
250
261
delegation
251
262
delimiters
263
+ deploy
264
+ depth
252
265
descriptor
253
266
descriptors
254
267
dict
@@ -272,6 +285,7 @@ editors
272
285
else
273
286
email
274
287
end
288
+ endian
275
289
enter
276
290
entry
277
291
env
@@ -379,6 +393,7 @@ iterators
379
393
j
380
394
k
381
395
key
396
+ kqueue
382
397
l
383
398
lang
384
399
last
456
471
non
457
472
not
458
473
notation
474
+ null
475
+ number
459
476
numbers
460
477
numeric
461
478
o
@@ -504,10 +521,12 @@ prompts
504
521
property
505
522
provisional
506
523
proxy
524
+ pull
507
525
py
508
526
pyc
509
527
pyd
510
528
quacks
529
+ queue
511
530
raise
512
531
range
513
532
ranges
@@ -528,6 +547,7 @@ scripts
528
547
see
529
548
self
530
549
sep
550
+ sequence
531
551
sequences
532
552
server
533
553
set
@@ -555,12 +575,14 @@ sprintf
555
575
stack
556
576
stand
557
577
standard
578
+ statement
558
579
statements
559
580
str
560
581
string
561
582
strings
562
583
strtod
563
584
struct
585
+ style
564
586
sub
565
587
submodule
566
588
submodules
@@ -577,6 +599,7 @@ symlink
577
599
symlinks
578
600
syntactic
579
601
syntax
602
+ systems
580
603
tab
581
604
tabs
582
605
tag
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ msgid ""
212
212
"``not`` has a lower priority than non-Boolean operators, so ``not a == b`` "
213
213
"is interpreted as ``not (a == b)``, and ``a == not b`` is a syntax error."
214
214
msgstr ""
215
- "To ``not`` έχει χαμηλότερη προτεραιότητα από τους μη λογικούς (non-Boοlean ) "
215
+ "To ``not`` έχει χαμηλότερη προτεραιότητα από τους μη λογικούς (non-Boolean ) "
216
216
"τελεστές, οπότε το ``not a == b`` μεταφράζεται σαν ``not (a==b)``, και το "
217
217
"``a == not b`` είναι συντακτικό σφάλμα."
218
218
You can’t perform that action at this time.
0 commit comments