Commit fdd37e20 authored by Michal Čihař's avatar Michal Čihař

Fix typo (issue #376)

parent 004b3512
......@@ -127,7 +127,7 @@ recommended to put your site offline, while the migration is going on.
If you have update in same directory, stale :file:`*.pyc` files might be
left around and cause various import errors. To recover from this, delete
all of them in Weblate's directory, for example by
``find . -name '*.pyc' - delete``.
``find . -name '*.pyc' -delete``.
Upgrade from 1.6 to 1.7
~~~~~~~~~~~~~~~~~~~~~~~
......
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