Skip to content

Commit 32a14b7

Browse files
author
tommy3001
committed
Psutil system resources library to scenarios/admin added
1 parent f8586cd commit 32a14b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/scenarios/admin.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ State files can be written using YAML, the Jinja2 template system or pure python
123123

124124
Psutil
125125
------
126-
`Psutil <https://code.google.com/p/psutil/>`_ is an interface to different system information (e.g. CPU, memory, disks, network, users and processes).
126+
`Psutil <https://code.google.com/p/psutil/>`_ is an interface to different system information (e.g. CPU, memory, disks, network, users and processes).
127127

128128
Here is an example to be aware of some server overload. In case of some failed test (net, CPU) it send an email.
129129

docs/scenarios/web.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ to use.
319319
import tornado.ioloop
320320
import tornado.web
321321
322-
# Load tamplate file templates/site.html
322+
# Load template file templates/site.html
323323
TEMPLATE_FILE = "site.html"
324324
templateLoader = FileSystemLoader( searchpath="templates/" )
325325
templateEnv = Environment( loader=templateLoader )

0 commit comments

Comments
 (0)