Skip to content

Commit 99f0798

Browse files
committed
Fix comment
1 parent 1f151c0 commit 99f0798

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pre_commit_hooks/check_autopkg_recipes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def validate_no_superclass_procs(process, filename):
238238
"""Warn if any superclass processors (which are used by other processors
239239
rather than called in recipes) are used."""
240240

241-
# Processors that have been deprecated.
241+
# Processors that are superclasses and shouldn't be referenced directly.
242242
superclass_procs = ("URLGetter",)
243243

244244
passed = True

0 commit comments

Comments
 (0)