Python: Fix QLDoc for PyYAML to follow convention

This commit is contained in:
Rasmus Wriedt Larsen
2021-05-21 17:17:23 +02:00
parent 6f50b12333
commit 71a93ad311

View File

@@ -1,6 +1,6 @@
/**
* Provides classes modeling security-relevant aspects of the PyYAML package (obtained
* via `import yaml`)
* Provides classes modeling security-relevant aspects of the `PyYAML` PyPI package
* (imported as `yaml`)
*
* See
* - https://pyyaml.org/wiki/PyYAMLDocumentation
@@ -14,8 +14,8 @@ private import semmle.python.Concepts
private import semmle.python.ApiGraphs
/**
* Provides classes modeling security-relevant aspects of the PyYAML package (obtained
* via `import yaml`)
* Provides classes modeling security-relevant aspects of the `PyYAML` PyPI package
* (imported as `yaml`)
*
* See
* - https://pyyaml.org/wiki/PyYAMLDocumentation