Update the readme
authorDaniel Greenfeld <pydanny@gmail.com>
Sat, 17 May 2014 23:20:58 +0000 (16:20 -0700)
committerDaniel Greenfeld <pydanny@gmail.com>
Sat, 17 May 2014 23:20:58 +0000 (16:20 -0700)
README.rst

index 41e3dc9bc363b99f7a9bab956f8c006393a69103..928072086ecfae1bb2ea20192b2869ca4efd05f3 100644 (file)
@@ -85,7 +85,7 @@ Now when we run it the price stays at $550.
     >>> m.boardwalk
     550
 
-Why doesn't the value of `m.boardwalk` change? Because it's a **cached property**!:
+Why doesn't the value of `m.boardwalk` change? Because it's a **cached property**!
 
 Credits
 --------