Skip to content

Commit

Permalink
Merge pull request foss42#40 from 1911aditi/main
Browse files Browse the repository at this point in the history
Update country.py
  • Loading branch information
animator authored May 11, 2024
2 parents dffc2f8 + a2ff5da commit 40ce5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foss42/data/geo/country.py
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@
'KHM': {KEY_AREA: 181040.0, KEY_POPULATION: 16589023},
'KIR': {KEY_AREA: 810.0, KEY_POPULATION: 128874},
'KNA': {KEY_AREA: 260.0, KEY_POPULATION: 47606},
'KOR': {KEY_AREA: 100410.0, KEY_POPULATION: 51744876},
'KOR': {KEY_AREA: 100410.0, KEY_POPULATION: 51744876, KEY_FEMALE_PERCENT: 50.1},
'KWT': {KEY_AREA: 17820.0, KEY_POPULATION: 4250114},
'LAO': {KEY_AREA: 236800.0, KEY_POPULATION: 7425057},
'LBN': {KEY_AREA: 10450.0, KEY_POPULATION: 5592631},
Expand Down

0 comments on commit 40ce5a5

Please sign in to comment.