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

Skip to content

Commit 584b0a3

Browse files
authored
Merge pull request #1458 from markshannon/fix-typo
Python: Fix 2 typos.
2 parents 51e0637 + 91efce9 commit 584b0a3

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
@@ -146,9 +146,9 @@ module Module {
146146
*
147147
* Note that the name used to refer to a module is not
148148
* necessarily its name. For example,
149-
* there are modules refered to by the name `os.path`,
149+
* there are modules referred to by the name `os.path`,
150150
* but that are not named `os.path`, for example the module `posixpath`.
151-
* Such that the follwing is true:
151+
* Such that the following is true:
152152
* `Module::named("os.path").getName() = "posixpath"
153153
*/
154154
ModuleValue named(string name) {

0 commit comments

Comments
 (0)