Skip to content
Snippets Groups Projects
Commit cae84fcd authored by Stefano Zacchiroli's avatar Stefano Zacchiroli
Browse files

fix typos in docstrings and docs

courtesy of codespell
parent c40f0768
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ minimal deposit
.. code:: shell
$ swh deposit upload --username name --password secret \
--author "some@noone" --author "second@noone" \
--author "some@nobody" --author "second@nobody" \
--name 'je-suis-gpl' \
--archive je-suis-gpl.tgz
......@@ -97,7 +97,7 @@ with client's external identifier (``slug``)
.. code:: shell
$ swh deposit upload --username name --password secret \
--author "some@noone" \
--author "some@nobody" \
--name 'je-suis-gpl' \
--archive je-suis-gpl.tgz \
--slug je-suis-gpl
......@@ -107,7 +107,7 @@ to a specific client's collection
.. code:: shell
$ swh deposit upload --username name --password secret \
--author "some@noone" \
--author "some@nobody" \
--name 'je-suis-gpl' \
--archive je-suis-gpl.tgz \
--collection 'second-collection'
......
......@@ -73,7 +73,7 @@ def user_create(ctx, username, password, firstname, lastname, email,
If the collection does not exist, the collection is then created
alongside.
The password is stored encrypted using django's utilies.
The password is stored encrypted using django's utilities.
"""
# to avoid loading too early django namespaces
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment