Update python/ql/lib/semmle/python/frameworks/Stdlib.qll

Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
This commit is contained in:
yoff
2022-02-09 09:22:31 +01:00
committed by GitHub
parent 448e0785c2
commit f21ac04285

View File

@@ -242,7 +242,7 @@ module Stdlib {
// logging
// ---------------------------------------------------------------------------
/**
* Provides models for the `logging.Logger` class
* Provides models for the `logging.Logger` class and subclasses.
*
* See https://docs.python.org/3.9/library/logging.html#logging.Logger.
*/