From ae02bf34f64b05cfc44f1baaa395ba2ee7712fcc Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 16 May 2010 16:16:06 -0400 Subject: [PATCH] documentation update --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index e44b89f..5998bce 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,9 @@ Example Usage gist = Gist('d4507e882a07ac6f9f92') gist.description # 'Example Gist for gist.py' gist.created_at # '2010/05/16 10:51:15 -0700' + gist.public # False + gist.filenames # ['exampleEmptyFile', 'exampleFile'] gist.files # {'exampleFile': 'Example file content.', 'exampleEmptyFile': ''}