Skip to content

Commit

Permalink
Fixed some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoculars authored Jun 15, 2017
1 parent 35cf6ee commit 1dad991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sublist3r.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

# Console Colors
if is_windows:
# Windows deserve coloring too :D
# Windows deserves coloring too :D
G = '\033[92m' # green
Y = '\033[93m' # yellow
B = '\033[94m' # blue
Expand All @@ -54,7 +54,7 @@
colorama.init()
#Now the unicode will work ^_^
except:
print("[!] Error: Coloring libraries not installed ,no coloring will be used [Check the readme]")
print("[!] Error: Coloring libraries not installed, no coloring will be used [Check the readme]")
G = Y = B = R = W = G = Y = B = R = W = ''


Expand Down

0 comments on commit 1dad991

Please sign in to comment.