Skip to content

Commit

Permalink
edit README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yutsuro committed Mar 27, 2023
1 parent 351b3a7 commit 70140df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ print(f"{str6} -> {punycode.convert(str6)}")

## ascii_only option (v0.2.0 or later)

If you don't want to convert a Punycode domain to Unicode when you use `convert()` function, you can use `ascii_only` option.
If you don't want to convert a Punycode domain to Unicode when you use `convert()` function, you can use `ascii_only` option. (Default: False)

With this option `True`, `convert()` will convert only Unicode domains.

Expand Down

0 comments on commit 70140df

Please sign in to comment.