summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi NATSUME <natsume.takashi@lab.ntt.co.jp>2019-07-16 18:09:30 +0900
committerTakashi NATSUME <natsume.takashi@lab.ntt.co.jp>2019-07-16 18:22:26 +0900
commit517ff099e8c1daba0f9e3bea22ea5fc1fac73dda (patch)
tree7c74bdf20f15889fc482e2f25ade6578639496bb
parent2c11ec6ae0801ef585d55c802f0387100770d10e (diff)
downloadpython-novaclient-517ff099e8c1daba0f9e3bea22ea5fc1fac73dda.tar.gz
doc: Clarify versioned wrapped method
The 'versioned wrapped shell method' is a bit unclear. So fix it and add more description for it. Change-Id: Ie50453b73adf1df5a77a582cc40612c5213c04d5
-rw-r--r--doc/source/contributor/microversions.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/contributor/microversions.rst b/doc/source/contributor/microversions.rst
index 7cd41c46..a3194a90 100644
--- a/doc/source/contributor/microversions.rst
+++ b/doc/source/contributor/microversions.rst
@@ -32,8 +32,8 @@ in *python-novaclient*.
Add the microversion in the ``exclusions`` in the ``test_versions``
method of the ``novaclient.tests.unit.v2.test_shell.ShellTest`` class
- if there are no versioned wrapped shell method changes
- for the microversion.
+ if there are no versioned wrapped method changes for the microversion.
+ The versioned wrapped methods have ``@api_versions.wraps`` decorators.
For example (microversion 2.72 example)::