From df7a3491ebbf99426eb27943a1d398c343064967 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Sun, 14 Feb 2016 16:00:52 -0500 Subject: [PATCH] Minor tweak to Python comments --- src/bindings/python/openalpr/openalpr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bindings/python/openalpr/openalpr.py b/src/bindings/python/openalpr/openalpr.py index cd0162a..63981dd 100644 --- a/src/bindings/python/openalpr/openalpr.py +++ b/src/bindings/python/openalpr/openalpr.py @@ -171,7 +171,7 @@ class Alpr(): def set_default_region(self, region): """ This sets the default region for detecting license plates. For example, - setting region to "us" for United States or "eu" for Europe. + setting region to "md" for Maryland or "fr" for France. :param region: A unicode/ascii string (Python 2/3) or bytes array (Python 3) :return: None