Fix style to Keyword Args

This commit is contained in:
Griatch 2020-10-12 21:13:06 +02:00
parent fcb6f19287
commit b449ebe3d4
55 changed files with 157 additions and 157 deletions

View file

@ -817,7 +817,7 @@ class ServerSessionHandler(SessionHandler):
Args:
sessions (Session): Session.
Keyword args:
Keyword Args:
any (tuple): Incoming data from protocol, each
on the form `commandname=((args), {kwargs})`.