summaryrefslogtreecommitdiff
path: root/doc/source/contributor/microversions.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/contributor/microversions.rst')
-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)::