diff options
author | louiz’ <louiz@louiz.org> | 2019-11-11 01:17:06 +0100 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2019-11-11 01:17:06 +0100 |
commit | b4368aaa0de46f71fe3a13b87f52d4a576ce0782 (patch) | |
tree | 6a365065a1a53a498b983dcb3a48e594d9f8a936 /doc | |
parent | 67cfa4ae8dad62657b04b1f142fd750cac83197d (diff) | |
download | biboumi-b4368aaa0de46f71fe3a13b87f52d4a576ce0782.tar.gz biboumi-b4368aaa0de46f71fe3a13b87f52d4a576ce0782.tar.bz2 biboumi-b4368aaa0de46f71fe3a13b87f52d4a576ce0782.tar.xz biboumi-b4368aaa0de46f71fe3a13b87f52d4a576ce0782.zip |
Rename the doc from developper to developer
Shame.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/developer.rst (renamed from doc/developper.rst) | 2 | ||||
-rw-r--r-- | doc/index.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/developper.rst b/doc/developer.rst index 1df9826..49daa5c 100644 --- a/doc/developper.rst +++ b/doc/developer.rst @@ -132,7 +132,7 @@ common scenarios that you often need to re-use. # … ) -This is the only required element of your scenario. This object is a tuple of funcion calls OR other scenarios. +This is the only required element of your scenario. This object is a tuple of function calls OR other scenarios. .. code-block:: python diff --git a/doc/index.rst b/doc/index.rst index e77d898..819a3e5 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -21,4 +21,4 @@ XMPP client as if these channels were XMPP MUCs. admin user contributing - developper + developer |