From 680b755c89b2e22d19aa39242528bc9769545a4a Mon Sep 17 00:00:00 2001 From: Semyon Proshev Date: Wed, 23 Nov 2016 15:01:59 +0300 Subject: [PATCH] It's safer to use `'` instead of `'` in inspection descriptions because `'` became the part of the HTML standard only in 5 version. --- .../inspectionDescriptions/PyAbstractClassInspection.html | 2 +- .../inspectionDescriptions/PyBroadExceptionInspection.html | 2 +- .../PyComparisonWithNoneInspection.html | 2 +- .../inspectionDescriptions/PyCompatibilityInspection.html | 2 +- .../inspectionDescriptions/PyExceptionInheritInspection.html | 2 +- .../PyIncorrectDocstringInspection.html | 2 +- .../PyMethodFirstArgAssignmentInspection.html | 4 ++-- .../inspectionDescriptions/PyNestedDecoratorsInspection.html | 2 +- .../inspectionDescriptions/PyNonAsciiCharInspection.html | 2 +- .../inspectionDescriptions/PyProtectedMemberInspection.html | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/python/resources/inspectionDescriptions/PyAbstractClassInspection.html b/python/resources/inspectionDescriptions/PyAbstractClassInspection.html index 7a9d3d9b91e3..7982c24cd15d 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 there aren't all abstract properties/methods are defined in subclass \ No newline at end of file diff --git a/python/resources/inspectionDescriptions/PyBroadExceptionInspection.html b/python/resources/inspectionDescriptions/PyBroadExceptionInspection.html index 37c475bab0a1..7cdb2480a48d 100644 --- a/python/resources/inspectionDescriptions/PyBroadExceptionInspection.html +++ b/python/resources/inspectionDescriptions/PyBroadExceptionInspection.html @@ -1,6 +1,6 @@ This inspection highlights too broad exception clauses such as -no exception class specified, or specified as 'Exception'. +no exception class specified, or specified as 'Exception'. \ No newline at end of file diff --git a/python/resources/inspectionDescriptions/PyComparisonWithNoneInspection.html b/python/resources/inspectionDescriptions/PyComparisonWithNoneInspection.html index 4beefe3a84d8..05e4c5053316 100644 --- a/python/resources/inspectionDescriptions/PyComparisonWithNoneInspection.html +++ b/python/resources/inspectionDescriptions/PyComparisonWithNoneInspection.html @@ -1,6 +1,6 @@ This inspection highlights comparisons with None. That type of comparisons -should always be done with 'is' or 'is not', never the equality operators. +should always be done with 'is' or 'is not', never the equality operators. \ No newline at end of file diff --git a/python/resources/inspectionDescriptions/PyCompatibilityInspection.html b/python/resources/inspectionDescriptions/PyCompatibilityInspection.html index 2a6fe0234673..d3574642b9b2 100644 --- a/python/resources/inspectionDescriptions/PyCompatibilityInspection.html +++ b/python/resources/inspectionDescriptions/PyCompatibilityInspection.html @@ -1,6 +1,6 @@ -Enable this inspection if you need your code to be compatible with a range of Python versions (for example, if you're building a +Enable this inspection if you need your code to be compatible with a range of Python versions (for example, if you're building a library). The range of Python versions with which the code needs to be compatible can be specified in the inspection settings. diff --git a/python/resources/inspectionDescriptions/PyExceptionInheritInspection.html b/python/resources/inspectionDescriptions/PyExceptionInheritInspection.html index b85d9d7b1135..6f310d366726 100644 --- a/python/resources/inspectionDescriptions/PyExceptionInheritInspection.html +++ b/python/resources/inspectionDescriptions/PyExceptionInheritInspection.html @@ -1,5 +1,5 @@ -This inspection detects when a custom exception class is raised but doesn't inherit from the builtin "Exception" class. +This inspection detects when a custom exception class is raised but doesn't inherit from the builtin "Exception" class. \ No newline at end of file diff --git a/python/resources/inspectionDescriptions/PyIncorrectDocstringInspection.html b/python/resources/inspectionDescriptions/PyIncorrectDocstringInspection.html index 8866161aa989..dc1aa630a165 100644 --- a/python/resources/inspectionDescriptions/PyIncorrectDocstringInspection.html +++ b/python/resources/inspectionDescriptions/PyIncorrectDocstringInspection.html @@ -1,6 +1,6 @@ This inspection detects mismatched parameters in a docstring. -Please note that it doesn't warn you of missing parameters, if none of them is mentioned in a docstring. +Please note that it doesn't warn you of missing parameters, if none of them is mentioned in a docstring. \ No newline at end of file diff --git a/python/resources/inspectionDescriptions/PyMethodFirstArgAssignmentInspection.html b/python/resources/inspectionDescriptions/PyMethodFirstArgAssignmentInspection.html index 3d3c6e1e817d..4bf0a9d37e5c 100644 --- a/python/resources/inspectionDescriptions/PyMethodFirstArgAssignmentInspection.html +++ b/python/resources/inspectionDescriptions/PyMethodFirstArgAssignmentInspection.html @@ -1,5 +1,5 @@ -This inspection detects cases when first parameter, such as 'self' or 'cls', is reassigned in a method. -In most cases imaginable, there's no point in such reassignment, and it indicates an error. +This inspection detects cases when first parameter, such as 'self' or 'cls', is reassigned in a method. +In most cases imaginable, there's no point in such reassignment, and it indicates an error. diff --git a/python/resources/inspectionDescriptions/PyNestedDecoratorsInspection.html b/python/resources/inspectionDescriptions/PyNestedDecoratorsInspection.html index 9f6f7630adec..ef18e45ed96a 100644 --- a/python/resources/inspectionDescriptions/PyNestedDecoratorsInspection.html +++ b/python/resources/inspectionDescriptions/PyNestedDecoratorsInspection.html @@ -1,5 +1,5 @@ -This inspection looks for certain decorators that don't nest well. +This inspection looks for certain decorators that don't nest well. \ No newline at end of file diff --git a/python/resources/inspectionDescriptions/PyNonAsciiCharInspection.html b/python/resources/inspectionDescriptions/PyNonAsciiCharInspection.html index ab8a215f682c..f0420c14f4a3 100644 --- a/python/resources/inspectionDescriptions/PyNonAsciiCharInspection.html +++ b/python/resources/inspectionDescriptions/PyNonAsciiCharInspection.html @@ -1,5 +1,5 @@ -This inspection detects file contains non-ASCII characters and doesn't have an encoding declaration at the top. +This inspection detects file contains non-ASCII characters and doesn't have an encoding declaration at the top. \ No newline at end of file diff --git a/python/resources/inspectionDescriptions/PyProtectedMemberInspection.html b/python/resources/inspectionDescriptions/PyProtectedMemberInspection.html index a29804caa51d..d84dd24d812e 100644 --- a/python/resources/inspectionDescriptions/PyProtectedMemberInspection.html +++ b/python/resources/inspectionDescriptions/PyProtectedMemberInspection.html @@ -1,5 +1,5 @@ -This inspection warns if a protected member is access outside the class or a descendant of the class where it's defined. +This inspection warns if a protected member is access outside the class or a descendant of the class where it's defined. \ No newline at end of file