Skip to content

Commit ac80f07

Browse files
Fixed typo in constants.py
Co-authored-by: krivard <[email protected]>
1 parent 0ea004a commit ac80f07

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

google_health/delphi_google_health/constants.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
REGISTRY FOR SIGANL NAMES, GEO TYPES
2+
REGISTRY FOR SIGNAL NAMES, GEO TYPES
33
"""
44
RAW = "raw_search"
55
SMOOTHED = "smoothed_search"
@@ -11,4 +11,3 @@
1111
SIGNALS = [RAW, SMOOTHED]
1212
GEO_TYPES = [STATE, HRR, MSA, DMA]
1313

14-

0 commit comments

Comments
 (0)