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

10 lines
338 B
HTML

<html>
<body>
<p>Reports availability of stub packages.</p>
<p>
<a href="https://www.python.org/dev/peps/pep-0561/">Stub package</a> is a package that contains type information for the corresponding
runtime package.
</p>
<p>Using stub packages ensures better coding assistance for the corresponding python package.</p>
</body>
</html>