summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Tittsler <jim@oerfoundation.org>2012-06-12 02:43:09 +0000
committerJim Tittsler <jim@oerfoundation.org>2012-06-12 02:50:12 +0000
commit41b3e5e1cd122acd5d322a56c7cbeada25fde8ac (patch)
tree383b37b953bde0fbc17900896660b3d00bc6053c
parentfabb3a781ad5d4fca970052e577d8c1dd603ac3d (diff)
downloadaskbot-41b3e5e1cd122acd5d322a56c7cbeada25fde8ac.tar.gz
askbot-41b3e5e1cd122acd5d322a56c7cbeada25fde8ac.tar.bz2
askbot-41b3e5e1cd122acd5d322a56c7cbeada25fde8ac.zip
fix rst table of developer commands
-rw-r--r--askbot/doc/source/management-commands.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/doc/source/management-commands.rst b/askbot/doc/source/management-commands.rst
index 4efbef6e..b96251dc 100644
--- a/askbot/doc/source/management-commands.rst
+++ b/askbot/doc/source/management-commands.rst
@@ -195,5 +195,5 @@ the developers of the Askbot project:
+--------------------------------+-------------------------------------------------------------+
| `askbot_add_test_content` | Creates content with dummy data for testing |
+--------------------------------+-------------------------------------------------------------+
-| `askbot_create_test_fixture` | Creates a test fixture at `askbot/tests/test_data.json` |
+| `askbot_create_test_fixture` | Creates a test fixture at `askbot/tests/test_data.json` |
+--------------------------------+-------------------------------------------------------------+