Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 91efce9

Browse files
committed
Python: Fix 2 typos.
1 parent 8a43fdc commit 91efce9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python/ql/src/semmle/python/objects/ObjectAPI.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ module Module {
153153
*
154154
* Note that the name used to refer to a module is not
155155
* necessarily its name. For example,
156-
* there are modules refered to by the name `os.path`,
156+
* there are modules referred to by the name `os.path`,
157157
* but that are not named `os.path`, for example the module `posixpath`.
158-
* Such that the follwing is true:
158+
* Such that the following is true:
159159
* `Module::named("os.path").getName() = "posixpath"
160160
*/
161161
ModuleValue named(string name) {

0 commit comments

Comments
 (0)