documentation update

This commit is contained in:
Kenneth Reitz
2010-05-16 16:16:06 -04:00
parent 0f2546f7c9
commit ae02bf34f6
+2
View File
@@ -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': ''}