Skip to content

Commit 9e9678b

Browse files
jorgectfRasmusWL
andauthored
Apply documentation suggestions
Co-authored-by: Rasmus Wriedt Larsen <[email protected]>
1 parent 8665747 commit 9e9678b

File tree

1 file changed

+2
-2
lines changed
  • python/ql/src/experimental/semmle/python/frameworks

1 file changed

+2
-2
lines changed

python/ql/src/experimental/semmle/python/frameworks/LDAP.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ private import semmle.python.ApiGraphs
1414
*/
1515
private module LDAP {
1616
/**
17-
* Provides models for Python's `ldap` library.
17+
* Provides models for the `python-ldap` PyPI package (imported as `ldap`).
1818
*
1919
* See https://www.python-ldap.org/en/python-ldap-3.3.0/index.html
2020
*/
@@ -87,7 +87,7 @@ private module LDAP {
8787
}
8888

8989
/**
90-
* Provides models for Python's `ldap3` library.
90+
* Provides models for the `ldap3` PyPI package
9191
*
9292
* See https://pypi.org/project/ldap3/
9393
*/

0 commit comments

Comments
 (0)