dabo Commit
Revision 6519
Date: 2011-04-02 04:19:02 -0700 (Sat, 02 Apr 2011)
Author: Werner
Trac: http://trac.dabodev.com/changeset/6519

Changed:
U   trunk/dabo/biz/dBizobj.py

Log:
- documentation string change for Sphinx doc

Diff:
Modified: trunk/dabo/biz/dBizobj.py
===================================================================
--- trunk/dabo/biz/dBizobj.py   2011-03-31 22:13:05 UTC (rev 6518)
+++ trunk/dabo/biz/dBizobj.py   2011-04-02 11:19:02 UTC (rev 6519)
@@ -1199,8 +1199,10 @@
        def filterByExpression(self, expr):
                """Allows you to filter by any valid Python expression.
 
-               Use the field alias names, for example:
+               Use the field alias names, for example::
+                   
                        biz.filterByExpression('cust_name[0].lower() = 'a')
+               
                where cust_name is a field alias name in this record.
                """
                self._CurrentCursor.filterByExpression(expr)



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to