Skip to content

Commit 42fedda

Browse files
authored
kwarg not positional
1 parent 38dcaf5 commit 42fedda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,15 +173,15 @@ Docs: [https://docs.nexmo.com/verify/api-reference/api-reference#control](https:
173173
### Basic Number Insight
174174

175175
```python
176-
client.get_basic_number_insight('447700900000')
176+
client.get_basic_number_insight(number='447700900000')
177177
```
178178

179179
Docs: [https://docs.nexmo.com/number-insight/basic](https://docs.nexmo.com/number-insight/basic?utm_source=DEV_REL&utm_medium=github&utm_campaign=python-client-library?utm_source=DEV_REL&utm_medium=github&utm_campaign=python-client-library)
180180

181181
### Standard Number Insight
182182

183183
```python
184-
client.get_number_insight('447700900000')
184+
client.get_number_insight(number='447700900000')
185185
```
186186

187187
Docs: [https://docs.nexmo.com/number-insight/standard](https://docs.nexmo.com/number-insight/basic?utm_source=DEV_REL&utm_medium=github&utm_campaign=python-client-library?utm_source=DEV_REL&utm_medium=github&utm_campaign=python-client-library)

0 commit comments

Comments
 (0)