Skip to content

Commit 1a1fee3

Browse files
committed
Doc change
1 parent a178218 commit 1a1fee3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ private import semmle.python.ApiGraphs
1616
private module Pandas {
1717
/**
1818
* A call to `pandas.read_pickle`
19-
* See https://pypi.org/project/pandas/ (which currently refers you
20-
* to https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_pickle.html)
19+
* See https://pypi.org/project/pandas/
20+
* https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_pickle.html)
2121
*/
2222
private class PandasReadPickleCall extends Decoding::Range, DataFlow::CallCfgNode {
2323
PandasReadPickleCall() {

0 commit comments

Comments
 (0)