Skip to content

Commit 54311fa

Browse files
committed
fix codeblock formatting
1 parent 3b81177 commit 54311fa

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/topics/development.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ Testing Locally
3030

3131
Before testing, you'll need to set an environment variable to the version of Cassandra that's being tested. The version cooresponds to the <Major><Minor> release, so for example if you're testing against Cassandra 2.1, you'd set the following:
3232

33-
.. code-block::bash
33+
.. code-block:: bash
3434
35-
export CASSANDRA_VERSION=20
35+
export CASSANDRA_VERSION=20
3636
3737
At the command line, execute:
3838

39-
.. code-block::bash
39+
.. code-block:: bash
4040
41-
bin/test.py
41+
bin/test.py
4242
4343
This is a wrapper for nose that also sets up the database connection.
4444

0 commit comments

Comments
 (0)