Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51e0637 + 91efce9 commit 584b0a3Copy full SHA for 584b0a3
1 file changed
python/ql/src/semmle/python/objects/ObjectAPI.qll
@@ -146,9 +146,9 @@ module Module {
146
*
147
* Note that the name used to refer to a module is not
148
* necessarily its name. For example,
149
- * there are modules refered to by the name `os.path`,
+ * there are modules referred to by the name `os.path`,
150
* but that are not named `os.path`, for example the module `posixpath`.
151
- * Such that the follwing is true:
+ * Such that the following is true:
152
* `Module::named("os.path").getName() = "posixpath"
153
*/
154
ModuleValue named(string name) {
0 commit comments