We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e6ef3d commit 2568023Copy full SHA for 2568023
1 file changed
README.md
@@ -1407,7 +1407,7 @@ timeit('"-".join(str(a) for a in range(100))',
1407
```
1408
1409
### Call Graph
1410
-#### Generates a PNG image of call graph with highlighted bottlenecks.
+#### Generates a PNG image of call graph with highlighted bottlenecks:
1411
```python
1412
# $ pip3 install pycallgraph
1413
from pycallgraph import output, PyCallGraph
0 commit comments