diff options
| author | Rui Chen <chenrui.momo@gmail.com> | 2016-02-29 15:48:43 +0800 |
|---|---|---|
| committer | Rui Chen <chenrui.momo@gmail.com> | 2016-03-01 08:48:47 +0000 |
| commit | c832e2a7716de2693f8e0d1ad93f1e1dfea83dde (patch) | |
| tree | c0344fa90631b4baace36da47ba0482d3f990260 /doc/source/command-wrappers.rst | |
| parent | fa998d641dc7ed599de2c400549a599a72a1c9f9 (diff) | |
| download | python-openstackclient-c832e2a7716de2693f8e0d1ad93f1e1dfea83dde.tar.gz | |
Fix 'code-block' tag format issues
Modify 'code-block' tag format so that the following python code
could be showed exactly, and reformat the more than 79 chars of lines.
Change-Id: Ic6721e4cc8f4c7a3e4a7c7dbd63d9089180cdc33
Diffstat (limited to 'doc/source/command-wrappers.rst')
| -rw-r--r-- | doc/source/command-wrappers.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/command-wrappers.rst b/doc/source/command-wrappers.rst index b14eccdd..2a5d9223 100644 --- a/doc/source/command-wrappers.rst +++ b/doc/source/command-wrappers.rst @@ -34,7 +34,7 @@ deprecation message as a warning to the user then calls the original class. Example Deprecation Class ------------------------- -.. code-block: python +.. code-block:: python class ListFooOld(ListFoo): """List resources""" |
