Skip to content

Commit

Permalink
docs: Fix ref
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed May 9, 2022
1 parent 8896336 commit db05cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Changelog
Changed
~~~~~~~

- :func:`~ocdskingfishercolab.save_dataframe_to_sheet` and :func:`save_dataframe_to_spreadsheet` do nothing if the data frame is empty.
- :func:`~ocdskingfishercolab.save_dataframe_to_sheet` and :func:`~ocdskingfishercolab.save_dataframe_to_spreadsheet` do nothing if the data frame is empty.
- :func:`~ocdskingfishercolab.calculate_coverage`: Rename keyword arguments ``sql`` to ``print_sql`` and ``sql_only`` to ``return_sql``.
- :func:`~ocdskingfishercolab.calculate_coverage` simplifies the query if ``"ALL "`` is prefixed to a field that is not within an array.
- :func:`~ocdskingfishercolab.calculate_coverage` raises an error if no ``fields`` are provided.
Expand Down

0 comments on commit db05cca

Please sign in to comment.