Commit c777cc99 authored by Administrator's avatar Administrator

[FIX] Word size decreased for random letters.

parent 09dc9d14
...@@ -44,7 +44,7 @@ def paragraph_gargantua(size_target=500): ...@@ -44,7 +44,7 @@ def paragraph_gargantua(size_target=500):
return(' '.join(paragraph)) return(' '.join(paragraph))
def random_letter(mot, size_min=6): def random_letter(mot, size_min=5):
''' '''
Functions that randomize order letters of a Functions that randomize order letters of a
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment