Skip to content

Commit 773dafc

Browse files
fix a transfer phone number example in README (#305)
1 parent b5ddf12 commit 773dafc

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
@@ -961,7 +961,7 @@ client.subaccounts.transfer_balance(
961961
### Transfer bought phone numbers between accounts
962962

963963
```python
964-
client.subaccounts.transfer_balance(
964+
client.subaccounts.transfer_number(
965965
from_=FROM_ACCOUNT,
966966
to=TO_ACCOUNT,
967967
number=NUMBER_TO_TRANSFER,

0 commit comments

Comments
 (0)