Skip to content

Commit 56d99fb

Browse files
committed
Add numpy reference
1 parent d1caa75 commit 56d99fb

File tree

1 file changed

+1
-1
lines changed
  • python/ql/lib/semmle/python/frameworks

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ private import semmle.python.ApiGraphs
1616
private module Numpy {
1717
/**
1818
* A call to `numpy.load`
19-
* See https://pypi.org/project/numpy/
19+
* See https://numpy.org/doc/stable/reference/generated/numpy.load.html
2020
*/
2121
private class NumpyLoadCall extends Decoding::Range, API::CallNode {
2222
NumpyLoadCall() { this = API::moduleImport("numpy").getMember("load").getACall() }

0 commit comments

Comments
 (0)