Skip to content

Commit

Permalink
Remove unneeded comment in description
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Anderson committed Sep 3, 2019
1 parent ea6e4c8 commit 2d4017b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class CleanerPlugin(FileTypePlugin):

name = 'Language Cleaner' # Name of the plugin
description = ('Replace naughty or offensive language with something more '
'acceptable (to me at least), recovered version')
'acceptable (to me at least)')
# Platforms this plugin will run on
supported_platforms = ['windows', 'osx', 'linux']
author = 'Jordan Anderson' # The author of this plugin
Expand Down

0 comments on commit 2d4017b

Please sign in to comment.