From 54311fae5b903ec29ba5a68675a7e04f9c6694aa Mon Sep 17 00:00:00 2001 From: Amy Hanlon Date: Sat, 27 Dec 2014 16:43:14 -0500 Subject: [PATCH] fix codeblock formatting --- docs/topics/development.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/topics/development.rst b/docs/topics/development.rst index cc5c6de7..b3a41125 100644 --- a/docs/topics/development.rst +++ b/docs/topics/development.rst @@ -30,15 +30,15 @@ Testing Locally Before testing, you'll need to set an environment variable to the version of Cassandra that's being tested. The version cooresponds to the release, so for example if you're testing against Cassandra 2.1, you'd set the following: - .. code-block::bash +.. code-block:: bash - export CASSANDRA_VERSION=20 + export CASSANDRA_VERSION=20 At the command line, execute: - .. code-block::bash +.. code-block:: bash - bin/test.py + bin/test.py This is a wrapper for nose that also sets up the database connection.