Skip to content

Commit 3102847

Browse files
committed
Fix docstring for feed_xrc
1 parent b56f429 commit 3102847

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/feed_xrc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
PIA_FILES JSON-lines files, with one entry on each line of a
1515
message with the following structure:
1616
17-
{"file_number": N, "file_seen_at": 123456, "n_spots_total": 43}
17+
{"file-number": N, "file-seen-at": 123456, "n_spots_total": 43}
1818
"""
1919

2020
from __future__ import annotations

0 commit comments

Comments
 (0)