Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a81b35c

Browse files
Update all_categories.py
1 parent a593726 commit a81b35c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎examples/all_categories.py‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
techspecs_base = "a8TD3mkN49fhg2y"
88

99
# choose between "pretty" or "raw" mode for viewing response
10-
categories = techspecs.categories(techspecs_base, techspecs_key, mode='pretty')
10+
response = techspecs.categories(techspecs_base, techspecs_key, mode='pretty')
1111

12-
# print the search results
13-
print(categories)
12+
# print the list of all categories
13+
print(response)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /