Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 894b969

Browse files
committed
fix typo
svn path=/trunk/matplotlib/; revision=7593
1 parent c49d23f commit 894b969

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/cbook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ def visit(arg, dirname, files):
910910

911911
def get_recursive_filelist(args):
912912
"""
913-
Recurs all the files and dirs in *args* ignoring symbolic links
913+
Recurse all the files and dirs in *args* ignoring symbolic links
914914
and return the files as a list of strings
915915
"""
916916
files = []

0 commit comments

Comments
 (0)