Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2568023

Browse files
committed
Profile
1 parent 4e6ef3d commit 2568023

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
@@ -1407,7 +1407,7 @@ timeit('"-".join(str(a) for a in range(100))',
14071407
```
14081408

14091409
### Call Graph
1410-
#### Generates a PNG image of call graph with highlighted bottlenecks.
1410+
#### Generates a PNG image of call graph with highlighted bottlenecks:
14111411
```python
14121412
# $ pip3 install pycallgraph
14131413
from pycallgraph import output, PyCallGraph

0 commit comments

Comments
 (0)