Edited wiki page through web user interface.
diff --git a/NewDocumentEditor.wiki b/NewDocumentEditor.wiki
index 7622a12..7d28b9a 100644
--- a/NewDocumentEditor.wiki
+++ b/NewDocumentEditor.wiki
@@ -43,7 +43,6 @@
 
 This approach helps to manage revisions easily, but list rearrangement operations consumes expensive CPU time.
  
-This approach allows us to simplify revision management. {{{revs}}}, {{{public}}} and {{{private}}} are manged at entity creation.
 = Project timeline =
 == Week 1 (24 May - 30 May) ==
  # Dig into GAE datastore (read [http://oreilly.com/catalog/9780596522735 "Programming Google App Engine"], review google.appengine.ext.db, play with the datastore)