web/views/tableview.py
changeset 10829 550c2d27339f
parent 10718 97d398e17f8c
child 10907 9ae707db5265
--- a/web/views/tableview.py	Wed Sep 16 11:31:36 2015 +0200
+++ b/web/views/tableview.py	Mon Oct 19 23:23:46 2015 +0000
@@ -42,7 +42,7 @@
 .. autoclass:: cubicweb.web.views.tableview.TableLayout
    :members:
 
-There is by default only on table layout, using the 'table_layout' identifier,
+There is by default only one table layout, using the 'table_layout' identifier,
 that is referenced by table views
 :attr:`cubicweb.web.views.tableview.TableMixIn.layout_id`.  If you want to
 customize the look and feel of your table, you can either replace the default
@@ -52,9 +52,9 @@
 Notice you can gives options to the layout using a `layout_args` dictionary on
 your class.
 
-If you can still find a view that suit your needs, you should take a look at the
+If you still can't find a view that suit your needs, you should take a look at the
 class below that is the common abstract base class for the three views defined
-above and implements you own class.
+above and implement your own class.
 
 .. autoclass:: cubicweb.web.views.tableview.TableMixIn
    :members: