summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorptmcg <ptmcg@austin.rr.com>2020-12-29 15:10:33 -0600
committerptmcg <ptmcg@austin.rr.com>2020-12-29 15:10:33 -0600
commit3ef0c12b0a7f01b98dac40dd5cb60f017ebe6624 (patch)
tree3b755bf2606dc541451a669c2d0a9e4d26359316
parent2383c32857b805d7ebd1a8b6b762b2cd541ae06d (diff)
downloadpyparsing-git-3ef0c12b0a7f01b98dac40dd5cb60f017ebe6624.tar.gz
Fix minor typos and add Located to `__all__` list
-rw-r--r--pyparsing/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyparsing/__init__.py b/pyparsing/__init__.py
index 456a333..eb23aec 100644
--- a/pyparsing/__init__.py
+++ b/pyparsing/__init__.py
@@ -1,6 +1,6 @@
# module pyparsing.py
#
-# Copyright (c) 2003-2019 Paul T. McGuire
+# Copyright (c) 2003-2020 Paul T. McGuire
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
@@ -154,6 +154,7 @@ __all__ = [
"LineEnd",
"LineStart",
"Literal",
+ "Located",
"PrecededBy",
"MatchFirst",
"NoMatch",