app/soc/logic/dicts.py
changeset 744 cd9bf163473c
parent 721 6f1d29857072
child 900 0b416bb14970
--- a/app/soc/logic/dicts.py	Sun Dec 14 00:51:03 2008 +0000
+++ b/app/soc/logic/dicts.py	Mon Dec 15 00:21:26 2008 +0000
@@ -91,7 +91,7 @@
 
 
 def unzip(target, order):
-  """Constructs a list from target in the order specified by order
+  """Constructs a list from target in the order specified by order.
 
   Args:
     target: the dictionary to pull the values from
@@ -123,7 +123,7 @@
 
 
 def split(target):
-  """Takes a dictionary and splits it into single-valued dicts
+  """Takes a dictionary and splits it into single-valued dicts.
 
   If there are any values in target that are a list it is split up
   into a new dictionary instead.