Skip to content

Commit 7884468

Browse files
committed
Fix typo in setup.py
Signed-off-by: Jono Yang <[email protected]>
1 parent 32d6cee commit 7884468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def read(*names, **kwargs):
215215
# scancode_scan is the entry point for scan plugins that run a scan
216216
# after the pre_scan plugins and before the post_scan plugins.
217217
#
218-
# Each entry hast this form:
218+
# Each entry has this form:
219219
# plugin-name = fully.qualified.module:PluginClass
220220
# where plugin-name must be a unique name for this entrypoint.
221221
#

0 commit comments

Comments
 (0)