mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
Python: Fix 2 typos.
This commit is contained in:
@@ -153,9 +153,9 @@ module Module {
|
||||
*
|
||||
* Note that the name used to refer to a module is not
|
||||
* necessarily its name. For example,
|
||||
* there are modules refered to by the name `os.path`,
|
||||
* there are modules referred to by the name `os.path`,
|
||||
* but that are not named `os.path`, for example the module `posixpath`.
|
||||
* Such that the follwing is true:
|
||||
* Such that the following is true:
|
||||
* `Module::named("os.path").getName() = "posixpath"
|
||||
*/
|
||||
ModuleValue named(string name) {
|
||||
|
||||
Reference in New Issue
Block a user