Skip to content

Commit f16caa6

Browse files
committed
Fixed missing space that was joining a reference with the regular text
1 parent 3169578 commit f16caa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/random.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ msgid ""
240240
"is equivalent to ``choice(range(start, stop, step))``, but doesn't actually "
241241
"build a range object."
242242
msgstr ""
243-
"Devuelve un elemento de ``range(start, stop, step)``seleccionado "
243+
"Devuelve un elemento de ``range(start, stop, step)`` seleccionado "
244244
"aleatoriamente. Esto es equivalente a ``choice(range(start, stop, step))``, "
245245
"pero en realidad no crea un objeto rango."
246246

0 commit comments

Comments
 (0)