app/soc/views/helper/access.py
changeset 714 3e2ce3d8057a
parent 713 bcd480745f44
child 720 9eb2522dfa83
--- a/app/soc/views/helper/access.py	Sun Dec 07 20:02:40 2008 +0000
+++ b/app/soc/views/helper/access.py	Sun Dec 07 20:25:50 2008 +0000
@@ -318,12 +318,12 @@
 
 
 def checkIsDocumentPublic(request):
-  """Checks whether a document is public
+  """Checks whether a document is public.
 
   Args:
     request: a Django HTTP request
   """
 
-  # TODO: A proper check needs to be done to see if the document
+  # TODO(srabbelier): A proper check needs to be done to see if the document
   # is public or not, probably involving analysing it's scope or such.
   allow(request)