We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4ae168 commit 0cb6d84Copy full SHA for 0cb6d84
1 file changed
README.md
@@ -1398,7 +1398,7 @@ timeit('"-".join(str(a) for a in range(100))',
1398
```
1399
1400
### PyCallGraph
1401
-#### Generates a PNG image of call graph and highlights the bottlenecks:
+#### Generates a PNG image of call graph and highlights the bottlenecks.
1402
```python
1403
# $ pip3 install pycallgraph
1404
import pycallgraph
0 commit comments