Minor tweak to Python comments

This commit is contained in:
Matt Hill
2016-02-14 16:00:52 -05:00
parent dbb9098cdf
commit df7a3491eb

View File

@@ -171,7 +171,7 @@ class Alpr():
def set_default_region(self, region): def set_default_region(self, region):
""" """
This sets the default region for detecting license plates. For example, 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) :param region: A unicode/ascii string (Python 2/3) or bytes array (Python 3)
:return: None :return: None