From 0f2546f7c97ff6ff4cd646f2748494618c2274d7 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 16 May 2010 16:15:51 -0400 Subject: [PATCH] documentation update --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 3920e15..e44b89f 100644 --- a/README.rst +++ b/README.rst @@ -13,6 +13,7 @@ Example Usage gist.created_at # '2010/05/16 10:51:15 -0700' gist.public # False gist.filenames # ['exampleEmptyFile', 'exampleFile'] + gist.files # {'exampleFile': 'Example file content.', 'exampleEmptyFile': ''} Gists.fetch_by_user('kennethreitz')[-1].description # 'My .bashrc configuration'