Skip to content

Commit 8372039

Browse files
tausbnfelicitymay
authored andcommitted
Apply suggestions from documentation review
Co-Authored-By: Felicity Chapman <[email protected]>
1 parent 35e3e3d commit 8372039

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

change-notes/1.23/analysis-python.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Python 3.8 syntax is now supported. In particular, the following constructs are
1313

1414
### General query improvements
1515

16-
In an effort to deprecate the `Object` API (e.g. `ClassObject`) in favour of the
17-
`Value` API (e.g. `ClassValue`), many of the standard queries have been updated
16+
Following the replacement of the `Object` API (for example, `ClassObject`) in favor of the
17+
`Value` API (for example, `ClassValue`) in the 1.21 release, many of the standard queries have been updated
1818
to use the `Value` API. This should result in more precise results.
1919

2020
## New queries
@@ -43,8 +43,8 @@ to use the `Value` API. This should result in more precise results.
4343

4444
* Django library now recognizes positional arguments from a `django.conf.urls.url` regex (Django version 1.x)
4545
* Instances of the `Value` class now support the `isAbsent` method, indicating
46-
whether the `Value` in question is missing points-to information, but has been
47-
inferred to likely exist anyway. For instance, if a file contains `import
46+
whether that `Value` lacks points-to information, but inference
47+
suggests that it exists. For instance, if a file contains `import
4848
django`, but `django` was not extracted properly, there will be a
4949
`ModuleValue` corresponding to this "unknown" module, and the `isAbsent`
5050
method will hold for this `ModuleValue`.

0 commit comments

Comments
 (0)