Skip to content

Commit

Permalink
Merge pull request #32 from dirk-thomas/python_keywords_builtins
Browse files Browse the repository at this point in the history
add missing Python keywords and builtins
  • Loading branch information
myint committed Nov 4, 2018
2 parents 36ed174 + 299a417 commit 70307ba
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scspell/data/dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,8 @@ altsep
altseps
argv
bdist
bytearray
classmethod
cmdclass
codecs
commonprefix
Expand All @@ -287,12 +289,15 @@ copysign
curdir
dedent
defpath
delattr
delitem
devnull
dirnames
dirpath
distutils
divmod
dotall
dreload
eexist
endswith
enoent
Expand All @@ -313,6 +318,7 @@ expandvars
extsep
fileno
followlinks
frozenset
getatime
getattr
getctime
Expand All @@ -327,6 +333,7 @@ gettext
getvalue
getwriter
hasattr
ipython
isabs
isdir
isfile
Expand All @@ -335,14 +342,17 @@ isinstance
islink
ismount
isnan
issubclass
iteritems
kwarg
kwargs
lexists
linesep
listdir
memoryview
metavar
mkdir
nonlocal
nowait
onerror
opendir
Expand Down

0 comments on commit 70307ba

Please sign in to comment.