Skip to content

Commit

Permalink
fix documentation bug: True is invalid JSON but true is not
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Mill committed Apr 24, 2013
1 parent 9edf7bb commit 235f166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion API.html
Expand Up @@ -440,7 +440,7 @@ <h4><a id="test-cache" name="test-cache">Test</a> <a href="#test-cache" class="p
<span class="bg">{</span>
"cache": {
"name": "Test",
"verbose": True
"verbose": true
}<span class="bg">,
"layers": { … }
}</span>
Expand Down
2 changes: 1 addition & 1 deletion TileStache/Caches.py
Expand Up @@ -94,7 +94,7 @@ class Test:
"cache": {
"name": "Test",
"verbose": True
"verbose": true
}
Extra configuration parameters:
Expand Down

0 comments on commit 235f166

Please sign in to comment.