Files
openide/python/python-psi-impl/resources/inspectionDescriptions/PyCompatibilityInspection.html
Semyon Proshev cf78619d36 Update python inspections' descriptions (PY-48274)
GitOrigin-RevId: 4ee6b7ef7e51a697e4d52a06b87cf599c79366a0
2021-04-30 10:35:14 +00:00

11 lines
541 B
HTML

<html>
<body>
<p>Reports incompatibility with the specified versions of Python.
Enable this inspection if you need your code to be compatible with a range of Python versions, for example,
if you are building a library.</p>
<p>To define the range of the inspected Python versions, select the corresponding checkboxes in the <b>Options</b>
section.</p>
<p>For more information about the Python versions supported by the IDE, see the
<a href="https://www.jetbrains.com/help/pycharm/python.html#support">web help</a>.</p>
</body>
</html>