From 047c4fd5e7b72dc5327d2d0dd7c6cc8a786cb0ef Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Tue, 5 Jun 2018 16:09:13 +0800 Subject: [PATCH] Fix typo --- anyconfig/query.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anyconfig/query.py b/anyconfig/query.py index 7dfb7ffd..6f81fd28 100644 --- a/anyconfig/query.py +++ b/anyconfig/query.py @@ -25,7 +25,7 @@ def query(data, **options): See also: https://github.com/jmespath/jmespath.py and http://jmespath.org. - :parae data: Target object (a dict or a dict-like object) to query + :param data: Target object (a dict or a dict-like object) to query :param options: Keyword option may include 'ac_query' which is a string represents JMESPath expression.