瀏覽代碼

fixed oo_len doc string

Thomas Wiest 10 年之前
父節點
當前提交
79d03796ed
共有 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)