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.
1 parent 8a43fdc commit 91efce9Copy full SHA for 91efce9
1 file changed
python/ql/src/semmle/python/objects/ObjectAPI.qll
@@ -153,9 +153,9 @@ module Module {
153
*
154
* Note that the name used to refer to a module is not
155
* necessarily its name. For example,
156
- * there are modules refered to by the name `os.path`,
+ * there are modules referred to by the name `os.path`,
157
* but that are not named `os.path`, for example the module `posixpath`.
158
- * Such that the follwing is true:
+ * Such that the following is true:
159
* `Module::named("os.path").getName() = "posixpath"
160
*/
161
ModuleValue named(string name) {
0 commit comments