File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ result = api_client.google_play_reviews(
8181 ' com.facebook.katana' , reviewsLimit = 20 , language = ' en' )
8282```
8383
84- ## Emails & Contacts Scraper
84+ ## Emails And Contacts Scraper
8585
8686``` python
8787result = api_client.emails_and_contacts([' outscraper.com' ])
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Python 3+
3535page <https://pypi.org/project/google-services-api/> `__
3636
3737Initialization
38- --------------
38+ ---------------
3939
4040.. code :: python
4141
@@ -101,8 +101,8 @@ Scrape Google Play Reviews
101101 result = api_client.google_play_reviews(
102102 ' com.facebook.katana' , reviewsLimit = 20 , language = ' en' )
103103
104- Emails & Contacts Scraper
105- -------------------------
104+ Emails And Contacts Scraper
105+ ---------------------------
106106
107107.. code :: python
108108
You can’t perform that action at this time.
0 commit comments