Skip to content

Commit 7b69fe2

Browse files
authored
Clarify docstrings
1 parent c4217f9 commit 7b69fe2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/acquisition/covidcast/database.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def delete_batch(self, cc_deletions):
250250
"""
251251
Remove rows specified by a csv file or list of tuples.
252252
253-
File should include a header row and use the following field order:
253+
If cc_deletions is a filename, the file should include a header row and use the following field order:
254254
- geo_id
255255
- value (ignored)
256256
- stderr (ignored)
@@ -261,7 +261,7 @@ def delete_batch(self, cc_deletions):
261261
- signal
262262
- source
263263
264-
List of tuples should use the following field order (same as above, plus time_type):
264+
If cc_deletions is a list of tuples, the tuples should use the following field order (=same as above, plus time_type):
265265
- geo_id
266266
- value (ignored)
267267
- stderr (ignored)

0 commit comments

Comments
 (0)