From b806e19689207f8f2ca6133973508eb260f70e59 Mon Sep 17 00:00:00 2001 From: Devis Lucato Date: Tue, 18 Feb 2025 11:56:08 -0800 Subject: [PATCH] Update tutorial.rst --- docs/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 8e07723..c644824 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -446,7 +446,7 @@ expression. The pipe expression is evaluated as:: MultiSelect =========== -Up to this point, we've looked at JMESPath expressions that help to pare down a +Up to this point, we've looked at JMESPath expressions that help to parse down a JSON document into just the elements you're interested in. This next concept, :ref:`multiselect lists ` and :ref:`multiselect hashes ` allow you to create JSON elements.