Skip to content

Commit 737b2b8

Browse files
committed
Python: Fix QLDoc for popen2 module
1 parent d8a9eac commit 737b2b8

File tree

1 file changed

+1
-1
lines changed
  • python/ql/src/experimental/semmle/python/frameworks

1 file changed

+1
-1
lines changed

python/ql/src/experimental/semmle/python/frameworks/Stdlib.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ private module Stdlib {
351351
exists(DataFlow::TypeTracker t2 | result = popen2(t2).track(t2, t))
352352
}
353353

354-
/** Gets a reference to the `popen2` module. */
354+
/** Gets a reference to the `popen2` module (only available in Python 2). */
355355
DataFlow::Node popen2() { result = popen2(DataFlow::TypeTracker::end()) }
356356

357357
/**

0 commit comments

Comments
 (0)