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.
2727## Requirements
2828
2929* 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.
3131* CPU and Time profilers only supports Linux and OS X.
3232* Time (blocking call) profiler supports threads and gevent.
3333
@@ -63,7 +63,7 @@ Start the agent in the main thread by specifying the agent key and application n
6363``` python
6464agent = stackimpact.start(
6565 agent_key = ' agent key here' ,
66- app_name = ' MyPythonApp' ,
66+ app_name = ' MyPythonApp' )
6767```
6868
6969Other initialization options:
You can’t perform that action at this time.
0 commit comments