Skip to content

Commit

Permalink
Remove invalid escape sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomodeller committed Aug 26, 2024
1 parent 112ba7f commit 563962b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mikeio/pfs/_pfssection.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def to_dataframe(self, prefix: str | None = None) -> pd.DataFrame:
Parameters
----------
prefix : str, optional
The prefix of the enumerated sections, e.g. "File\_",
The prefix of the enumerated sections, e.g. "OUTPUT_",
which can be supplied if it fails without this argument,
by default None (will try to "guess" the prefix)
Expand Down

0 comments on commit 563962b

Please sign in to comment.