Skip to content

Traduccion library/random.po #359

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
May 30, 2020
Prev Previous commit
Next Next commit
Fixed missing space that was joining a reference with the regular text
  • Loading branch information
draentropia committed May 30, 2020
commit f16caa649f70fc1565eb776081ef488a6531c4b7
2 changes: 1 addition & 1 deletion library/random.po
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ msgid ""
"is equivalent to ``choice(range(start, stop, step))``, but doesn't actually "
"build a range object."
msgstr ""
"Devuelve un elemento de ``range(start, stop, step)``seleccionado "
"Devuelve un elemento de ``range(start, stop, step)`` seleccionado "
"aleatoriamente. Esto es equivalente a ``choice(range(start, stop, step))``, "
"pero en realidad no crea un objeto rango."

Expand Down