You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ This readme/code introduces the upcoming Algolia API Client Python v2, the next
13
13
14
14
**Development Status**: 4 - Beta.
15
15
16
-
**Changelog**: Comming soon.
16
+
**Changelog**: Coming soon.
17
17
18
18
You'd like to contribute? Before start, we want to let you know that your **feedback** is important to us! Please consider start using this `v2` today! Found a bug? Report it here: [github.com/algolia/algoliasearch-client-python/issues](https://github.com/algolia/algoliasearch-client-python/issues).
19
19
@@ -67,7 +67,7 @@ from algoliasearch.search_client import SearchClient
67
67
from algoliasearch.responses import MultipleResponse
68
68
69
69
app_id ='ALGOLIA_APPLICATION_ID'
70
-
api_key ='ALGOLIA_ADMIN_KEY'
70
+
api_key ='ALGOLIA_ADMIN_KEY'
71
71
72
72
asyncdefmain():
73
73
asyncwith SearchClient.create(app_id, api_key) as client:
@@ -88,4 +88,4 @@ asyncio.run(main())
88
88
89
89
### License
90
90
91
-
Algolia API Client Python is an open-sourced software licensed under the [MIT license](LICENSE).
91
+
Algolia API Client Python is an open-sourced software licensed under the [MIT license](LICENSE).
0 commit comments