From f333a9ac1ca22d9d40e102eef56b0ac424d7d418 Mon Sep 17 00:00:00 2001 From: Sattam Date: Sun, 21 Jul 2019 19:38:50 +0300 Subject: [PATCH] fix: typo in a comment correct a typo in a comment at line 20, Hamless -> Harmless --- frappe/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/__init__.py b/frappe/__init__.py index d4bade75a8..c19295a95c 100644 --- a/frappe/__init__.py +++ b/frappe/__init__.py @@ -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)