Skip to content

Commit f395016

Browse files
author
Kenneth Reitz
authored
Update README.md
1 parent 435fa0a commit f395016

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ Please note that this package is separate from the *soon–to–be* legacy `serp
2929

3030
Let’s start by searching for Coffee on Google:
3131

32-
>>> import serpapi
33-
>>>> s = serpapi.search(q="Coffee", engine="google", location="Austin, Texas", hl="en", gl="us")
32+
```pycon
33+
>>> import serpapi
34+
>>> s = serpapi.search(q="Coffee", engine="google", location="Austin, Texas", hl="en", gl="us")
35+
```
3436

3537
The `s` variable now contains a `SerpResults` object, which acts just like a standard dictionary, with some convenient functions added on top.
3638

0 commit comments

Comments
 (0)