From ce882043affae1086789f9d6466d297fcb761534 Mon Sep 17 00:00:00 2001 From: Shaunak Kashyap Date: Wed, 11 Mar 2015 10:21:52 -0700 Subject: [PATCH] Minor formatting fix so code block renders correctly. --- doc/getting-started-with-rackspace.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/getting-started-with-rackspace.rst b/doc/getting-started-with-rackspace.rst index 35317a3e6..73aa3a8d4 100644 --- a/doc/getting-started-with-rackspace.rst +++ b/doc/getting-started-with-rackspace.rst @@ -138,7 +138,7 @@ Okay, you're ready to spin up a server: .. code-block:: php -use Guzzle\Http\Exception\BadResponseException; + use Guzzle\Http\Exception\BadResponseException; $server = $compute->server();