[Erp5-report] r38363 vincent - /erp5/trunk/products/ZSQLCatalog/interfaces/query_catalog.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Sep 14 15:44:55 CEST 2010
Author: vincent
Date: Tue Sep 14 15:44:54 2010
New Revision: 38363
URL: http://svn.erp5.org?rev=38363&view=rev
Log:
Fix typo in query_table documentation.
Modified:
erp5/trunk/products/ZSQLCatalog/interfaces/query_catalog.py
Modified: erp5/trunk/products/ZSQLCatalog/interfaces/query_catalog.py
URL: http://svn.erp5.org/erp5/trunk/products/ZSQLCatalog/interfaces/query_catalog.py?rev=38363&r1=38362&r2=38363&view=diff
==============================================================================
--- erp5/trunk/products/ZSQLCatalog/interfaces/query_catalog.py [utf8] (original)
+++ erp5/trunk/products/ZSQLCatalog/interfaces/query_catalog.py [utf8] Tue Sep 14 15:44:54 2010
@@ -105,7 +105,7 @@ class ISearchKeyCatalog(Interface):
extra_column_list (list)
query_table (string, None)
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.
That table has a special position in returned query:
- all other tables are joined on this one (when it is required to use
More information about the Erp5-report
mailing list