diff --git a/change-notes/1.25/analysis-python.md b/change-notes/1.25/analysis-python.md index 12586e8aec0..ed3496bc734 100644 --- a/change-notes/1.25/analysis-python.md +++ b/change-notes/1.25/analysis-python.md @@ -5,5 +5,5 @@ * Added taint modeling of routed parameters in Flask. * Improved modeling of built-in methods on strings for taint tracking. * Improved classification of test files. -* New class `BoundMethodValue` exposing information about a bound method. +* New class `BoundMethodValue` represents a bound method during runtime. * The query `py/command-line-injection` now recognizes command execution with the `fabric` and `invoke` Python libraries.