File tree 1 file changed +5
-4
lines changed 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -220,10 +220,11 @@ msgid ""
220
220
"sign as *b* if *b* is nonzero; otherwise it takes the sign of *a*. ``gcd(0, "
221
221
"0)`` returns ``0``."
222
222
msgstr ""
223
- "Retorna el máximo divisor común de los enteros *a* y *b*. Si tanto *a* o *b* "
224
- "no son cero, entonces el valor absoluto de ``gcd(a, b)`` es el entero mas "
225
- "grande que divide ambos *a* y *b*. ``gcd(a,b)`` tiene el mismo signo que *b* "
226
- "si *b* no es cero; sino toma el signo de *a*. ``gcd(0, 0)`` retorna ``0``."
223
+ "Retorna el máximo común divisor de los enteros *a* y *b*. Si *a* o *b* no "
224
+ "son cero, entonces el valor absoluto de ``gcd(a, b)`` es el entero mas "
225
+ "grande que divide ambos, *a* y *b*. ``gcd(a,b)`` tiene el mismo signo que "
226
+ "*b* si *b* no es cero; sino toma el signo de *a*. ``gcd(0, 0)`` retorna "
227
+ "``0``."
227
228
228
229
#: ../Doc/library/fractions.rst:183
229
230
msgid "Use :func:`math.gcd` instead."
You can’t perform that action at this time.
0 commit comments