Skip to content

Commit

Permalink
docs: minor docstring updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward-Jackson-ONS committed Aug 20, 2024
1 parent ed2c8d3 commit 3a80db8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/parliai_public/readers/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class BaseReader(metaclass=abc.ABCMeta):
Key terms to filter content on. By default, we look for any
mention of `Office for National Statistics` or `ONS`.
dates : list[dt.date], optional
List of dates from which to pull entries. The `parliai.dates`
List of dates from which to pull entries. The `parliai_public.dates`
module may be of help. If not specified, only yesterday is used.
outdir : str, default="out"
Location of a directory in which to write outputs.
Expand Down
4 changes: 2 additions & 2 deletions src/parliai_public/readers/theyworkforyou.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Debates(BaseReader):
Key terms to filter content on. By default, we look for any
mention of `Office for National Statistics` or `ONS`.
dates : list[dt.date], optional
List of dates from which to pull entries. The `parliai.dates`
List of dates from which to pull entries. The `parliai_public.dates`
module may be of help. If not specified, only yesterday is used.
outdir : str, default="out"
Location of a directory in which to write outputs.
Expand Down Expand Up @@ -417,7 +417,7 @@ class WrittenAnswers(Debates):
Key terms to filter content on. By default, we look for any
mention of `Office for National Statistics` or `ONS`.
dates : list[dt.date], optional
List of dates from which to pull entries. The `parliai.dates`
List of dates from which to pull entries. The `parliai_public.dates`
module may be of help. If not specified, only yesterday is used.
outdir : str, default="out"
Location of a directory in which to write outputs.
Expand Down

0 comments on commit 3a80db8

Please sign in to comment.