correct line indentation reulting in syntax error

master
Scinawa 2015-11-16 20:20:04 +01:00
parent 5a4d3d65b8
commit 6623b7cf41
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ class AGI:
sys.stderr.write('\n')
def _quote(self, string):
""" provides double quotes to string, converts int/bool to string """
""" provides double quotes to string, converts int/bool to string """
if isinstance(string, int):
string = str(string)
if isinstance(string, float):