Skip to content

Commit 42227c6

Browse files
Python: Fix grammar
Co-authored-by: intrigus-lgtm <[email protected]>
1 parent 27d1512 commit 42227c6

File tree

1 file changed

+1
-1
lines changed
  • python/tools/recorded-call-graph-metrics

1 file changed

+1
-1
lines changed

python/tools/recorded-call-graph-metrics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ also known as _call graph tracing_.
44

55
Execute a python program and for each call being made, record the call and callable. This allows us to compare call graph resolution from static analysis with actual data -- that is, can we statically determine the target of each actual call correctly.
66

7-
This is still in the early stages, and currently only support a very minimal working example (to show that this approach might work).
7+
This is still in the early stages, and currently only supports a very minimal working example (to show that this approach might work).
88

99
The next hurdle is being able to handle multiple calls on the same line, such as
1010

0 commit comments

Comments
 (0)