From cfc83f50da24a563ca62a98429d62b3b683bf4b5 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 7 Feb 2016 11:41:02 -0500 Subject: [PATCH] Update README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 87aae3d..18c10f0 100644 --- a/README.rst +++ b/README.rst @@ -83,7 +83,7 @@ Export your query results to CSV: - YAML: - .. code:: python +.. code:: python >>> print rows.dataset.yaml - {active: true, name: Henry Ford, timezone: '2016-02-06 22:28:23.894202', user_email: hansolo@gmail.com, username: hansolo} @@ -91,7 +91,7 @@ Export your query results to CSV: - JSON: - .. code:: python +.. code:: python >>> print rows.dataset.json [{"username": "hansolo", "active": true, "name": "Henry Ford", "user_email": "hansolo@gmail.com", "timezone": "2016-02-06 22:28:23.894202"}, ...]