We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09952af commit d3cec43Copy full SHA for d3cec43
README.md
@@ -1424,7 +1424,7 @@ timeit('"-".join(str(a) for a in range(100))',
1424
```
1425
1426
### Call Graph
1427
-#### Generates a PNG image of call graph and highlights the bottlenecks.
+#### Generates a PNG image of call graph with highlighted the bottlenecks.
1428
```python
1429
# $ pip3 install pycallgraph
1430
from pycallgraph import output, PyCallGraph
0 commit comments