Commit 20ce0be1 authored by Vincent Pelletier's avatar Vincent Pelletier

Fix typo in query_table documentation.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38363 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 172f393f
...@@ -105,7 +105,7 @@ class ISearchKeyCatalog(Interface): ...@@ -105,7 +105,7 @@ class ISearchKeyCatalog(Interface):
extra_column_list (list) extra_column_list (list)
query_table (string, None) query_table (string, None)
The table to use as catalog table. The table to use as catalog table.
If given and None, not catalog table will be used. Use this when you If given and None, no catalog table will be used. Use this when you
are using SQLCatalog to generate manualy a part of another query. are using SQLCatalog to generate manualy a part of another query.
That table has a special position in returned query: That table has a special position in returned query:
- all other tables are joined on this one (when it is required to use - all other tables are joined on this one (when it is required to use
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment