From 79d03796ed5900c0c91946d36db242df994046c8 Mon Sep 17 00:00:00 2001 From: Thomas Wiest Date: Thu, 2 Oct 2014 14:57:57 -0400 Subject: fixed oo_len doc string --- filter_plugins/oo_filters.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'filter_plugins') diff --git a/filter_plugins/oo_filters.py b/filter_plugins/oo_filters.py index 77abfb2a4..703506b88 100644 --- a/filter_plugins/oo_filters.py +++ b/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) -- cgit v1.2.1