Commit 6f8272d1622baa4aa3e52c73899b73fc9c79ffaf

Authored by janek37
1 parent a15b2a38

formy podstawowe przy złych imiesłowach - poprawka

dictionary/management/commands/wrong_derivatives.py
... ... @@ -61,7 +61,7 @@ def wrong_derivatives():
61 61 wrong_participles = sorted(
62 62 (form, entry) for form, entry in wrong_participles if form not in wrong_participles_forms)
63 63 for p in wrong_participles:
64   - uniprint(p)
  64 + uniprint('%s, %s' % p)
65 65  
66 66 transaction.rollback()
67 67 transaction.leave_transaction_management()
68 68 \ No newline at end of file
... ...