Merge pull request #7948 from sattamjh/patch-1

fix: typo in a comment
This commit is contained in:
mergify[bot] 2019-07-21 19:10:05 +00:00 committed by GitHub
commit e54752efe1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ from faker import Faker
from .exceptions import *
from .utils.jinja import (get_jenv, get_template, render_template, get_email_from_template, get_jloader)
# Hamless for Python 3
# Harmless for Python 3
# For Python 2 set default encoding to utf-8
if sys.version[0] == '2':
reload(sys)