Skip to content

Commit 0cb6d84

Browse files
committed
Profile
1 parent e4ae168 commit 0cb6d84

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

14001400
### PyCallGraph
1401-
#### Generates a PNG image of call graph and highlights the bottlenecks:
1401+
#### Generates a PNG image of call graph and highlights the bottlenecks.
14021402
```python
14031403
# $ pip3 install pycallgraph
14041404
import pycallgraph

0 commit comments

Comments
 (0)