We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5efbf4e + 299060a commit 2514803Copy full SHA for 2514803
README.rst
@@ -52,8 +52,8 @@ Python API provides access to @wiki features.
52
api = AtWikiAPI(AtWikiURI('https://w.atwiki.jp/python-client/'))
53
54
# Show list of tags.
55
- for page in api.get_tags():
56
- print(page['name'])
+ for tag in api.get_tags():
+ print(tag['name'])
57
58
# Show list of pages.
59
for page in api.get_list():
0 commit comments