Skip to content

Commit 4ad8680

Browse files
authored
Remove trailing comma
1 parent da9a938 commit 4ad8680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ import serpapi
6464
client = serpapi.Client(api_key=os.getenv("API_KEY"))
6565
results = client.search({
6666
'engine': 'bing',
67-
'q': 'coffee',
67+
'q': 'coffee'
6868
})
6969
```
7070
- API Documentation: [serpapi.com/bing-search-api](https://serpapi.com/bing-search-api)

0 commit comments

Comments
 (0)