@@ -246,8 +246,8 @@ When looking up an IP address, the response object includes `details.country_nam
246246>> > import ipinfo
247247```
248248
249- #### Country Names (` countries ` ):
250- Set the countries keyword argument or provide an in -memory map to customize country names .
249+ * Country Names (` countries ` ):
250+ ** In -memory list ** to customize countries .
251251``` python
252252>> > countries = {
253253 " BD" : " Bangladesh" ,
@@ -256,9 +256,8 @@ Set the countries keyword argument or provide an in-memory map to customize coun
256256 ...
257257}
258258```
259- #### EU Countries (` eu_countries ` ):
260- Set the eu_countries keyword argument or provide an in-memory list to customize EU countries.
261-
259+ * EU Countries (` eu_countries ` ):
260+ ** In-memory list** to customize EU countries.
262261``` python
263262>> > eu_countries = [
264263 " IE" ,
@@ -267,8 +266,8 @@ Set the eu_countries keyword argument or provide an in-memory list to customize
267266 ...
268267]
269268```
270- #### Country Flags (` countries_flags ` ):
271- Set the countries_flags keyword argument or provide an in -memory map to customize country flags.
269+ * Country Flags (` countries_flags ` ):
270+ ** In -memory map** to customize country flags.
272271``` python
273272>> > countries_flags = {
274273 " AD" : {" emoji" : " 🇦🇩" , " unicode" : " U+1F1E6 U+1F1E9" },
@@ -277,8 +276,8 @@ Set the countries_flags keyword argument or provide an in-memory map to customiz
277276 ...
278277}
279278```
280- #### Country Currencies (` countries_currencies ` ):
281- Set the countries_currencies keyword argument or provide an in -memory map to customize country currencies.
279+ * Country Currencies (` countries_currencies ` ):
280+ ** In -memory map** to customize country currencies.
282281``` python
283282>> > countries_currencies = {
284283 " AD" : {" code" : " EUR" , " symbol" : " €" },
@@ -287,8 +286,8 @@ Set the countries_currencies keyword argument or provide an in-memory map to cus
287286 ...
288287}
289288```
290- #### Continents (` continents ` ):
291- Set the continents keyword argument or provide an in -memory map to customize continent details .
289+ * Continents (` continents ` ):
290+ ** In -memory map** to customize continents .
292291``` python
293292>> > continents = {
294293 " BD" : {" code" : " AS" , " name" : " Asia" },
0 commit comments