Skip to content

Commit

Permalink
Update getFBS docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewlchambers committed Jul 6, 2022
1 parent b26cb18 commit 51c721a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flowsa/flowby.py
Original file line number Diff line number Diff line change
Expand Up @@ -1510,10 +1510,10 @@ def getFlowBySector(
used in generating the FBS from EPA's remote server rather than
generating (if not found locally)
:param download_FBS_if_missing: bool, if True will attempt to load the
the FBS from EPA's remote server rather than generating it
FBS from EPA's remote server rather than generating it
(if not found locally)
:kwargs: keyword arguments to pass to _getFlowBy(). Possible kwargs
include source_name and config.
include full_name and config.
:return: FlowBySector dataframe
'''
file_metadata = metadata.set_fb_meta(method, 'FlowBySector')
Expand Down

0 comments on commit 51c721a

Please sign in to comment.