correct comment in rhino handler

This commit is contained in:
Guille Gutierrez 2022-03-22 12:30:05 -04:00
parent 172cecdb7b
commit d170f3a220

View File

@ -46,7 +46,7 @@ class GeometryFactory:
@property
def _rhino(self) -> City:
"""
Enrich the city by using OpenStreetMap information as data source
Enrich the city by using Rhino information as data source
:return: City
"""
return Rhino(self._path).city