Apply documentation suggestions

Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
This commit is contained in:
Jorge
2021-05-21 16:17:39 +02:00
committed by GitHub
parent 8665747316
commit 9e9678b3ca

View File

@@ -14,7 +14,7 @@ private import semmle.python.ApiGraphs
*/
private module LDAP {
/**
* Provides models for Python's `ldap` library.
* Provides models for the `python-ldap` PyPI package (imported as `ldap`).
*
* See https://www.python-ldap.org/en/python-ldap-3.3.0/index.html
*/
@@ -87,7 +87,7 @@ private module LDAP {
}
/**
* Provides models for Python's `ldap3` library.
* Provides models for the `ldap3` PyPI package
*
* See https://pypi.org/project/ldap3/
*/