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 c60df7d commit 74d57bbCopy full SHA for 74d57bb
python/ql/lib/semmle/python/dataflow/new/internal/DataFlowPrivate.qll
@@ -1636,7 +1636,7 @@ module MatchUnpacking {
1636
*/
1637
predicate matchAsFlowStep(Node nodeFrom, Node nodeTo) {
1638
exists(MatchAsPattern subject, Name alias | alias = subject.getAlias() |
1639
- // We make the subject flow to the interior pattern via the alis.
+ // We make the subject flow to the interior pattern via the alias.
1640
// That way, information can propagate from the interior pattern to the alias.
1641
//
1642
// the subject flows to the interior pattern
0 commit comments