Skip to content

Commit

Permalink
[update] update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Animenosekai committed Sep 24, 2021
1 parent 327c60f commit ce32359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translatepy/translate.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def __init__(

self.FAST_MODE = fast

if isinstance(request, type): # is instantiated
if isinstance(request, type): # is not instantiated
self.request = request()
else:
self.request = request
Expand Down

0 comments on commit ce32359

Please sign in to comment.