File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Creating an anonymous gist
46
46
'content': 'What... is the air-speed velocity of an unladen swallow?'
47
47
}
48
48
}
49
- gist = create_gist('Answer this to cross the bridge', files, public=False )
49
+ gist = create_gist('Answer this to cross the bridge', files)
50
50
comments = [c for c in gist.iter_comments()]
51
51
# []
52
52
comment = gist.create_comment('Bogus. This will not work.')
@@ -59,3 +59,5 @@ file type based on extension provided. ``'What... is the air-speed velocity of
59
59
an unladen swallow?' `` is the file's content or body. ``'Answer this to cross
60
60
the bridge' `` is the gists's description. While required by github3.py, it is
61
61
allowed to be empty, e.g., ``'' `` is accepted by GitHub.
62
+
63
+ Note that anonymous gists are always public.
You can’t perform that action at this time.
0 commit comments