Преглед на файлове

Merge pull request #8 from twiest/quick

fixed oo_len doc string
Thomas Wiest преди 10 години
родител
ревизия
c54830c66e
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      filter_plugins/oo_filters.py

+ 2 - 2
filter_plugins/oo_filters.py

@@ -10,8 +10,8 @@ def oo_pdb(arg):
   return arg
 
 def oo_len(arg):
-  ''' This returns the size of the argument
-        Ex: "{{ hostvars | oo_size }}"
+  ''' This returns the length of the argument
+        Ex: "{{ hostvars | oo_len }}"
   '''
   return len(arg)