diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/pyramid/config/actions.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pyramid/config/actions.py b/src/pyramid/config/actions.py index 9559de9ae..e13358ce9 100644 --- a/src/pyramid/config/actions.py +++ b/src/pyramid/config/actions.py @@ -187,7 +187,8 @@ class ActionState: introspectables=(), **extra ): - """Add an action with the given discriminator, callable and arguments""" + """Add an action with the given discriminator, callable, and + arguments""" if kw is None: kw = {} action = extra |
