Browse Source

Fix docs.

Rafał Pitoń 11 years ago
parent
commit
f12321662e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/developers/thread_store.rst

+ 1 - 1
docs/developers/thread_store.rst

@@ -10,7 +10,7 @@ Thread store lives in :py:mod:`misago.core.threadstore` and offers subset of sta
 get
 get
 ---
 ---
 
 
-.. function:: get(key[, default=None])
+.. function:: get(key, default=None)
 
 
 Get value for key from thread store or default value if key is undefined::
 Get value for key from thread store or default value if key is undefined::