From c27b8692b86064933440ffadf61bcb1d60922601 Mon Sep 17 00:00:00 2001 From: hellerve Date: Tue, 7 Feb 2017 11:21:23 +0100 Subject: [PATCH] better documentation --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5bdd18c..801892a 100644 --- a/README.rst +++ b/README.rst @@ -17,7 +17,7 @@ Usage ``get`` retrieves data, ``update`` transforms it based on its form, and ``set`` transforms it by simply resetting. Transformations can be applied in place or on a copy. The default is in place, because copying is expensive. If you want a -copy of the data, set the keyword argument ``in_place`` to ``True``. +copy of the data, set the keyword argument ``in_place`` to ``False``. It uses a query "language" not unlike CSS, albeit much, much simpler. The only two entities in this "language" are IDs—denoted by ``#``—and Classes—denoted by