We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df05c77 commit 5f1f551Copy full SHA for 5f1f551
1 file changed
python/ql/lib/semmle/python/dataflow/new/internal/IterableUnpacking.qll
@@ -59,7 +59,7 @@
59
* store step to `sequence`.
60
*
61
* This allows the unknown content from the RHS to be read into `TIterableElement(sequence)` and tuple content
62
- * to then be stored into `sequence`. If the content is already tuple content, this inderection creates crosstalk
+ * to then be stored into `sequence`. If the content is already tuple content, this indirection creates crosstalk
63
* between indices. Therefore, tuple content is never read into `TIterableElement(sequence)`; it is instead
64
* transferred directly from `TIterableSequence(sequence)` to `sequence` via a flow step. Such a flow step will
65
* also transfer other content, but only tuple content is further read from `sequence` into its elements.
0 commit comments