Skip to content

Commit 6ac3151

Browse files
committed
spelling: method
Signed-off-by: Josh Soref <[email protected]>
1 parent 06ec1e2 commit 6ac3151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/lib/semmle/python/frameworks/Stdlib.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2720,7 +2720,7 @@ private module StdlibPrivate {
27202720

27212721
/**
27222722
* A hashing operation from the `hashlib` package using one of the predefined classes
2723-
* (such as `hashlib.md5`), by calling its' `update` mehtod.
2723+
* (such as `hashlib.md5`), by calling its' `update` method.
27242724
*/
27252725
class HashlibHashClassUpdateCall extends HashlibGenericHashOperation {
27262726
HashlibHashClassUpdateCall() { this = hashClass.getReturn().getMember("update").getACall() }

0 commit comments

Comments
 (0)