Skip to content

Commit 4dbc8e5

Browse files
committed
Python: Address a few more review comments.
1 parent 1608758 commit 4dbc8e5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

python/ql/src/external/ExternalArtifact.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ class ExternalData extends @externalDataElement {
3838
/** Gets the path of the file this data was loaded from. */
3939
string getDataPath() { externalData(this, result, _, _) }
4040

41-
/** Gets the path fo the file this data was loaded from, with its
41+
/**
42+
* Gets the path of the file this data was loaded from, with its
4243
* extension replaced by `.ql`.
4344
*/
4445
string getQueryPath() { result = getDataPath().regexpReplaceAll("\\.[^.]*$", ".ql") }

python/ql/src/semmle/python/objects/TObject.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** Contains the internal IPA type backing the various values tracked by the points-to implementation. */
1+
/** Contains the internal algebraic datatype backing the various values tracked by the points-to implementation. */
22

33
import python
44
private import semmle.python.types.Builtins

0 commit comments

Comments
 (0)