From c832e2a7716de2693f8e0d1ad93f1e1dfea83dde Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 29 Feb 2016 15:48:43 +0800 Subject: 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 --- doc/source/command-wrappers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source/command-wrappers.rst') 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""" -- cgit v1.2.1