Type fix in help text

This commit is contained in:
Rhet Turnbull
2020-03-23 19:24:44 -07:00
parent 707544752e
commit dfc31ff15f
2 changed files with 2 additions and 2 deletions

View File

@@ -286,7 +286,7 @@ Substitution Description
{place.city} City part of the postal address, e.g. 'Washington'
{place.state} State part of the postal address, e.g. 'DC'
{place.postal_code} Postal code part of the postal address, e.g. '20009'
{place.country} Country name of the postal code, e.g. 'United States'
{place.country} Country name of the postal address, e.g. 'United States'
{place.country_code} ISO country code of the postal address, e.g. 'US'
```

View File

@@ -31,7 +31,7 @@ TEMPLATE_SUBSTITUTIONS = {
"{place.city}": "City part of the postal address, e.g. 'Washington'",
"{place.state}": "State part of the postal address, e.g. 'DC'",
"{place.postal_code}": "Postal code part of the postal address, e.g. '20009'",
"{place.country}": "Country name of the postal code, e.g. 'United States'",
"{place.country}": "Country name of the postal address, e.g. 'United States'",
"{place.country_code}": "ISO country code of the postal address, e.g. 'US'",
}