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 24f847a commit 00cc333Copy full SHA for 00cc333
python/ql/lib/semmle/python/frameworks/Requests.qll
@@ -113,7 +113,7 @@ private module Requests {
113
ClassInstantiation() { this = classRef().getACall() }
114
}
115
116
- /** Return value from making a reuqest. */
+ /** Return value from making a request. */
117
private class RequestReturnValue extends InstanceSource, DataFlow::Node {
118
RequestReturnValue() { this = any(OutgoingRequestCall c) }
119
0 commit comments