diff --git a/dcpy/utils/geocode.py b/dcpy/utils/geocode.py index c6b06fa68..1f9ed685d 100644 --- a/dcpy/utils/geocode.py +++ b/dcpy/utils/geocode.py @@ -256,7 +256,7 @@ def geocode_df( street_name_normalization: bool = False, browse_flag: bool = False, ) -> pd.DataFrame: - # todo - definitely need some sort of caching for individual functions + # todo - likely need some sort of caching for individual functions # unless we can improve inner workings of geosupport, there are cases where # we need to go BBL -> geographic identifiers / 5-digit street code -> address -> 1a # though performance test for sure - maybe minimal benefit