diff --git a/python/resources/inspectionDescriptions/PyRedeclarationInspection.html b/python/resources/inspectionDescriptions/PyRedeclarationInspection.html index 7ef9296a01d2..c5bc954e07c4 100644 --- a/python/resources/inspectionDescriptions/PyRedeclarationInspection.html +++ b/python/resources/inspectionDescriptions/PyRedeclarationInspection.html @@ -4,6 +4,6 @@ This inspection detects redeclarations of names without being used in between, l
def x(): pass x = 2-It applies to function and class declarations, and assignments.