File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ See full [documentation](https://stackimpact.com/docs/) for reference.
27
27
## Requirements
28
28
29
29
* Linux, OS X or Windows. Python version 2.7, 3.4 or higher.
30
- * Memorly allocation profiler and some GC metrics are only available for Python 3.
30
+ * Memory allocation profiler and some GC metrics are only available for Python 3.
31
31
* CPU and Time profilers only supports Linux and OS X.
32
32
* Time (blocking call) profiler supports threads and gevent.
33
33
@@ -63,7 +63,7 @@ Start the agent in the main thread by specifying the agent key and application n
63
63
``` python
64
64
agent = stackimpact.start(
65
65
agent_key = ' agent key here' ,
66
- app_name = ' MyPythonApp' ,
66
+ app_name = ' MyPythonApp' )
67
67
```
68
68
69
69
Other initialization options:
You can’t perform that action at this time.
0 commit comments