diff options
Diffstat (limited to 'nova/utils.py')
-rw-r--r-- | nova/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/utils.py b/nova/utils.py index 26468868a..72de5f0f0 100644 --- a/nova/utils.py +++ b/nova/utils.py @@ -866,7 +866,7 @@ def is_valid_cidr(address): def monkey_patch(): - """ If the Flags.monkey_patch set as True, + """If the Flags.monkey_patch set as True, this function patches a decorator for all functions in specified modules. You can set decorators for each modules |