Skip to content

Commit aca46d8

Browse files
committed
Working on library/functions.rst
1 parent 8952bdc commit aca46d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

library.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41444,6 +41444,9 @@ msgid ""
4144441444
"argument form ``pow(x, y)`` is equivalent to using the power operator: "
4144541445
"``x**y``."
4144641446
msgstr ""
41447+
"Donne *x* puissance *y*, et si *z* est présent, donne *x* puissance *y* "
41448+
"modulo *z* (calculé de manière plus efficiente que ``pow(x, y) % z``). La "
41449+
"forme à deux arguments est équivalent à ``x**y``."
4144741450

4144841451
#: library/functions.rst:957
4144941452
msgid ""

0 commit comments

Comments
 (0)