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

7 lines
165 B
HTML

<html>
<body>
<p>Reports inconsistent indentation in Python source files when, for example,
you use a mixture of tabs and spaces in your code.</p>
</body>
</html>