Skip to content

Commit 2a6ad00

Browse files
Fix typo
1 parent 72e7b6c commit 2a6ad00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import semmle.python.Concepts
1111
private import semmle.python.frameworks.SqlAlchemy
1212

1313
/**
14-
* Provides models for the `gradio` PyPI package.
15-
* See https://pypi.org/project/gradio/.
14+
* Provides models for the `streamlit` PyPI package.
15+
* See https://pypi.org/project/streamlit/.
1616
*/
1717
module Streamlit {
1818
/**

0 commit comments

Comments
 (0)