8000 Clarify phone number formatting docs · twilio/twilio-python@f5140c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit f5140c2

Browse files
author
Kevin Burke
committed
Clarify phone number formatting docs
1 parent 9844489 commit f5140c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Then you can convert user input to phone numbers like this:
9999
# Phone number may already be in E.164 format.
100100
parse_type = None
101101
else:
102-
# Assume it's a US number
102+
# If no country code information is present, assume it's a US number
103103
parse_type = "US"
104104
105105
phone_representation = phonenumbers.parse(raw_phone, parse_type)

0 commit comments

Comments
 (0)
0