Skip to content

Commit 3343f6b

Browse files
committed
Fix typo.
1 parent c6ae06f commit 3343f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ class ObjectInternal extends TObject {
156156
predicate functionAndOffset(CallableObjectInternal function, int offset) { none() }
157157

158158
/** Holds if this 'object' represents an entity that should be exposed to the legacy points_to API
159-
* This should hold for almost objects that do not have an underlying DB object representing their source,
159+
* This should hold for almost all objects that do not have an underlying DB object representing their source,
160160
* for example `super` objects and bound-method. This should not hold for objects that are inferred to exists by
161161
* an import statements or the like, but which aren't in the database. */
162162
/* This predicate can be removed when the legacy points_to API is removed. */

0 commit comments

Comments
 (0)