We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ec1e2 commit 6ac3151Copy full SHA for 6ac3151
python/ql/lib/semmle/python/frameworks/Stdlib.qll
@@ -2720,7 +2720,7 @@ private module StdlibPrivate {
2720
2721
/**
2722
* A hashing operation from the `hashlib` package using one of the predefined classes
2723
- * (such as `hashlib.md5`), by calling its' `update` mehtod.
+ * (such as `hashlib.md5`), by calling its' `update` method.
2724
*/
2725
class HashlibHashClassUpdateCall extends HashlibGenericHashOperation {
2726
HashlibHashClassUpdateCall() { this = hashClass.getReturn().getMember("update").getACall() }
0 commit comments