From: <as...@us...> - 2009-08-30 04:44:15
|
Revision: 7593 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7593&view=rev Author: astraw Date: 2009-08-30 04:44:03 +0000 (Sun, 30 Aug 2009) Log Message: ----------- fix typo Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/cbook.py Modified: trunk/matplotlib/lib/matplotlib/cbook.py =================================================================== --- trunk/matplotlib/lib/matplotlib/cbook.py 2009-08-30 04:43:54 UTC (rev 7592) +++ trunk/matplotlib/lib/matplotlib/cbook.py 2009-08-30 04:44:03 UTC (rev 7593) @@ -910,7 +910,7 @@ def get_recursive_filelist(args): """ - Recurs all the files and dirs in *args* ignoring symbolic links + Recurse all the files and dirs in *args* ignoring symbolic links and return the files as a list of strings """ files = [] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |