Skip to content

Commit 8d09533

Browse files
committed
globe-coordinate -> globecoordinate
1 parent 939b46d commit 8d09533

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wikidataintegrator/sdc_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3101,7 +3101,7 @@ class WDGlobeCoordinate(WDBaseDataType):
31013101
"""
31023102
Implements the Wikidata data type for globe coordinates
31033103
"""
3104-
DTYPE = 'globe-coordinate'
3104+
DTYPE = 'globecoordinate'
31053105

31063106
def __init__(self, latitude, longitude, precision, prop_nr, globe=None,
31073107
concept_base_uri=None, is_reference=False, is_qualifier=False,

0 commit comments

Comments
 (0)