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
This commit is contained in:
Takashi NATSUME 2019-07-16 18:09:30 +09:00
parent 2c11ec6ae0
commit 517ff099e8
1 changed files with 2 additions and 2 deletions

View File

@ -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)::