From 04765abcfb778aae3f9a925f995637d6435cbba5 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 7 Feb 2016 11:40:36 -0500 Subject: [PATCH] Update README.rst --- README.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 9bf6151..87aae3d 100644 --- a/README.rst +++ b/README.rst @@ -85,16 +85,16 @@ Export your query results to CSV: .. 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} - ... + >>> print rows.dataset.yaml + - {active: true, name: Henry Ford, timezone: '2016-02-06 22:28:23.894202', user_email: hansolo@gmail.com, username: hansolo} + ... - JSON: .. 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"}, ...] + >>> print rows.dataset.json + [{"username": "hansolo", "active": true, "name": "Henry Ford", "user_email": "hansolo@gmail.com", "timezone": "2016-02-06 22:28:23.894202"}, ...] Excel: