Skip to content

Commit 4fe16f1

Browse files
author
vlad-outscraper
committed
fix misspelling
1 parent efb5838 commit 4fe16f1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ results = client.google_play_reviews(
9191
results = client.emails_and_contacts(['outscraper.com'])
9292
```
9393

94-
[More examples](https://github.com/outscraper/outscraper-pyhton/tree/master/examples)
94+
[More examples](https://github.com/outscraper/outscraper-python/tree/master/examples)
9595

9696
## Responses examples
9797

outscraper/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class ApiClient(object):
1212
maps_results = cliet.google_maps_search('restaurants brooklyn usa')
1313
search_results = cliet.google_search('bitcoin')
1414
```
15-
https://github.com/outscraper/outscraper-pyhton
15+
https://github.com/outscraper/outscraper-python
1616
"""
1717

1818
_api_url = 'https://api.app.outscraper.com'

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def readme():
88

99
setup(
1010
name='outscraper',
11-
version='1.7.0',
11+
version='1.7.1',
1212
description='Python bindings for the Outscraper API',
1313
long_description=readme(),
1414
classifiers = ['Programming Language :: Python',
@@ -18,7 +18,7 @@ def readme():
1818
'Topic :: Utilities',
1919
],
2020
keywords='outscraper webscraper extractor google api maps search json scrape parser reviews google play amazon',
21-
url='https://github.com/outscraper/outscraper-pyhton',
21+
url='https://github.com/outscraper/outscraper-python',
2222
author='Outscraper',
2323
author_email='[email protected]',
2424
license='MIT',

0 commit comments

Comments
 (0)