Skip to content

Commit 3ef0c12

Browse files
committed
Fix minor typos and add Located to __all__ list
1 parent 2383c32 commit 3ef0c12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyparsing/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# module pyparsing.py
22
#
3-
# Copyright (c) 2003-2019 Paul T. McGuire
3+
# Copyright (c) 2003-2020 Paul T. McGuire
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining
66
# a copy of this software and associated documentation files (the
@@ -154,6 +154,7 @@
154154
"LineEnd",
155155
"LineStart",
156156
"Literal",
157+
"Located",
157158
"PrecededBy",
158159
"MatchFirst",
159160
"NoMatch",

0 commit comments

Comments
 (0)