From 72c0f8eacec49582cbce6b536ccff6ce54852bf7 Mon Sep 17 00:00:00 2001 From: Mikhail Golubev Date: Fri, 17 Mar 2017 17:51:37 +0300 Subject: [PATCH] PY-22694 Fix the description of PyAbstractClassInspection --- .../inspectionDescriptions/PyAbstractClassInspection.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/resources/inspectionDescriptions/PyAbstractClassInspection.html b/python/resources/inspectionDescriptions/PyAbstractClassInspection.html index 7982c24cd15d..7bbcd2ce30c0 100644 --- a/python/resources/inspectionDescriptions/PyAbstractClassInspection.html +++ b/python/resources/inspectionDescriptions/PyAbstractClassInspection.html @@ -1,5 +1,5 @@ -This inspection detects when there aren't all abstract properties/methods are defined in subclass +This inspection detects when not all abstract properties/methods are defined in a subclass \ No newline at end of file