Change a tiny bit of formatting.
    
        | author | 
        Steve Losh <steve@stevelosh.com> | 
    
    
        | date | 
        Sun, 04 Oct 2009 14:21:54 -0400 | 
    
    
    
        | parents | 
        c68fc0a81e6e 
 | 
    
    
        | children | 
        11f42ea0fcf5
 | 
    
    
        | branches/tags | 
        (none) | 
    
    
        | files | 
        review.py  | 
    
Changes
    
--- a/review.py	Sun Oct 04 14:15:30 2009 -0400
+++ b/review.py	Sun Oct 04 14:21:54 2009 -0400
@@ -31,7 +31,7 @@
 
 
 class ReviewDatastore(dict):
-    """The data store for all the reviews so far."""
+    '''The data store for all the reviews so far.'''
     
     def __init__(self, ui, repo, lpath=None, rpath=None, create=False):
         if not create: