diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-10-23 06:18:24 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-10-23 06:18:24 -0400 |
commit | 923f5c70fbff04ff538a5df17c300a9f39a85180 (patch) | |
tree | 4ad53f7661ae86c5040830d604cf7fbf015856f4 /cloudinit | |
parent | 605c10763752582af139f8677f1f907705564824 (diff) | |
download | vyos-cloud-init-923f5c70fbff04ff538a5df17c300a9f39a85180.tar.gz vyos-cloud-init-923f5c70fbff04ff538a5df17c300a9f39a85180.zip |
fix pep8/pylint
Diffstat (limited to 'cloudinit')
-rw-r--r-- | cloudinit/distros/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/distros/__init__.py b/cloudinit/distros/__init__.py index abd6cc48..cac3ed7a 100644 --- a/cloudinit/distros/__init__.py +++ b/cloudinit/distros/__init__.py @@ -424,7 +424,7 @@ def _normalize_groups(grp_cfg): # configuration. # # The output is a dictionary of user -# names => user config which is the standard +# names => user config which is the standard # form used in the rest of cloud-init. Note # the default user will have a special config # entry 'default' which will be marked as true |