diff options
author | Zuul <zuul@review.openstack.org> | 2018-04-11 11:00:37 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2018-04-11 11:00:38 +0000 |
commit | 7498845c680c4342faff4fdbbc7cf7d2df9efa9f (patch) | |
tree | 3e38fbe4ad8227db1252a9cc4e7d2af3e848da24 | |
parent | 1440eeb13b929ae7e356b377585b916b49385d41 (diff) | |
parent | 256dca7a713a2b5c510d4901f6f95bdf251208c7 (diff) | |
download | wsme-7498845c680c4342faff4fdbbc7cf7d2df9efa9f.tar.gz |
Merge "fix a typo in documentation"
-rw-r--r-- | doc/protocols.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/protocols.rst b/doc/protocols.rst index 9cee7d3..a56a49d 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -270,7 +270,7 @@ Options :namespace: Base namespace of the api. Used for the provider definition. :params_notation: Default notation for function call parameters. Can be - overriden for individual functions by adding the + overridden for individual functions by adding the ``extdirect_params_notation`` extra option to @expose. The possible notations are : |