From 83c1f151ef935e4dd0f39b0b986ca115c2e5c7a2 Mon Sep 17 00:00:00 2001 From: Blake Eggleston Date: Wed, 12 Mar 2014 10:50:55 -0700 Subject: [PATCH] updating dict docs --- docs/topics/models.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/models.rst b/docs/topics/models.rst index ee044f0e..7de1a5e4 100644 --- a/docs/topics/models.rst +++ b/docs/topics/models.rst @@ -316,7 +316,7 @@ Compaction Options Manipulating model instances as dictionaries ============================================ - As of cqlengine 0.12, we've added support for treating model instances like dictionaries. See below for examples + As of cqlengine 0.12, we've added support for treating model instances like dictionaries. See below for examples. .. code-block:: python