Skip to content

Commit

Permalink
Update xhydro/testing/utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com>
  • Loading branch information
RondeauG and Zeitsperre authored Oct 12, 2023
1 parent f1888a3 commit 221c160
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions xhydro/testing/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ def publish_release_notes(
Parameters
----------
style: {"rst", "md"}
Use ReStructuredText formatting or Markdown. Default: Markdown.
file: {os.PathLike, StringIO, TextIO}, optional
If provided, prints to the given file-like object. Otherwise, returns a string.
style : {"rst", "md"}
Use ReStructuredText (`rst`) or Markdown (`md`) formatting. Default: Markdown.
file : {os.PathLike, StringIO, TextIO, None}
If provided, prints to the given file-like object. Otherwise, returns a string.
Returns
-------
Expand Down

0 comments on commit 221c160

Please sign in to comment.