Explorar o código

fixed oo_len doc string

Thomas Wiest %!s(int64=10) %!d(string=hai) anos
pai
achega
79d03796ed
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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)