We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2568023 commit 81ad53fCopy full SHA for 81ad53f
README.md
@@ -1420,7 +1420,7 @@ with PyCallGraph(output=graph):
1420
```
1421
1422
### Profiling Decorators
1423
-#### Prints runtime of decorated function:
+#### Prints runtime of a decorated function:
1424
```python
1425
from timeit import default_timer
1426
from datetime import timedelta
@@ -1435,7 +1435,7 @@ def time_me(func):
1435
return out
1436
1437
1438
-#### Saves run call profile of the decorated function to file:
+#### Saves run call profile of a decorated function to file:
1439
1440
from cProfile import Profile
1441
from pstats import Stats
0 commit comments