From 843f2681bb7e12abb03bafd00433520f567273e0 Mon Sep 17 00:00:00 2001 From: Rasmus Wriedt Larsen Date: Fri, 18 Aug 2023 10:09:45 +0200 Subject: [PATCH] Python: Apply suggestions from code review Co-authored-by: yoff --- python/ql/test/experimental/dataflow/path-graph/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ql/test/experimental/dataflow/path-graph/test.py b/python/ql/test/experimental/dataflow/path-graph/test.py index 704937be7c3..ce8055e2c29 100644 --- a/python/ql/test/experimental/dataflow/path-graph/test.py +++ b/python/ql/test/experimental/dataflow/path-graph/test.py @@ -16,7 +16,7 @@ def aug_assign(): def dont_use_rhs(cond): - # liked noted in the original Ruby PR: https://github.com/github/codeql/pull/12566 + # like noted in the original Ruby PR: https://github.com/github/codeql/pull/12566 x = SOURCE # $ path-node if cond: