Skip to content

Commit

Permalink
Fixed trailing space and comma for tuple
Browse files Browse the repository at this point in the history
  • Loading branch information
GlassGruber authored Dec 28, 2016
1 parent 48cbebe commit d182a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faker/providers/internet/it_IT/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Provider(InternetProvider):
'hotmail.com',
'hotmail.it',
'yahoo.com',
'tele2.it '
'tele2.it',
)
tlds = ('com', 'com', 'com', 'net', 'org', 'eu', 'it', 'it', 'it', 'it')
replacements = (
Expand Down

0 comments on commit d182a59

Please sign in to comment.