Update of /cvsroot/pygccxml/source/pyplusplus/experimental
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11093
Modified Files:
selection.py
Log Message:
Fixed some typos
Index: selection.py
===================================================================
RCS file: /cvsroot/pygccxml/source/pyplusplus/experimental/selection.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** selection.py 14 Mar 2006 10:25:12 -0000 1.1
--- selection.py 14 Mar 2006 18:06:43 -0000 1.2
***************
*** 33,38 ****
"""Select declarations based on a filter function.
! filter must to accept a declaration as argument and return a boolean
! indicating whether the declarations matches the filter or not.
@param root: Root of the declaration tree
--- 33,38 ----
"""Select declarations based on a filter function.
! filter must accept a declaration as argument and return a boolean
! indicating whether the declaration matches the filter or not.
@param root: Root of the declaration tree
|