From 3ef0c12b0a7f01b98dac40dd5cb60f017ebe6624 Mon Sep 17 00:00:00 2001 From: ptmcg Date: Tue, 29 Dec 2020 15:10:33 -0600 Subject: Fix minor typos and add Located to `__all__` list --- pyparsing/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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", -- cgit v1.2.1