Skip to content

Commit 43582d3

Browse files
committed
Fix typo
1 parent 71c1de7 commit 43582d3

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
@@ -90,7 +90,7 @@ processes:
9090
# match. Every attribute psutil.Process
9191
# (https://psutil.readthedocs.io/en/latest/index.html#psutil.Process) provides on
9292
# Linux can be matched on, using regular expressions. Integer attributes will be
93-
# treated as strings and list attributes will be joined using shlex.join () before
93+
# treated as strings and list attributes will be joined using shlex.join() before
9494
# matching. If you want to, you can also specify a regular expression with an OR
9595
# operator and match many processes which will all share the specified bandwidth
9696
# limit or traffic priority.

0 commit comments

Comments
 (0)