Warn for typo uses -> use

This commit is contained in:
Thomas Nagy 2017-12-02 09:39:29 +01:00
parent 05188b4c7f
commit 6a80016ad5
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ typos = {
'importpath':'includes',
'installpath':'install_path',
'iscopy':'is_copy',
'uses':'use',
}
meths_typos = ['__call__', 'program', 'shlib', 'stlib', 'objects']