Skip to content

Commit d3cec43

Browse files
committed
Profile
1 parent 09952af commit d3cec43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1424,7 +1424,7 @@ timeit('"-".join(str(a) for a in range(100))',
14241424
```
14251425

14261426
### Call Graph
1427-
#### Generates a PNG image of call graph and highlights the bottlenecks.
1427+
#### Generates a PNG image of call graph with highlighted the bottlenecks.
14281428
```python
14291429
# $ pip3 install pycallgraph
14301430
from pycallgraph import output, PyCallGraph

0 commit comments

Comments
 (0)