Skip to content

Commit

Permalink
Set pandas_io.from_frictionless_schema to use a raw string for docs (#…
Browse files Browse the repository at this point in the history
…1597)

Signed-off-by: Mark Elliot <123787712+mark-thm@users.noreply.github.com>
  • Loading branch information
mark-thm committed Apr 25, 2024
1 parent 2f9de69 commit f79618e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandera/io/pandas_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ def from_frictionless_schema(
schema: Union[str, Path, Dict, FrictionlessSchema]
) -> DataFrameSchema:
# pylint: disable=line-too-long,anomalous-backslash-in-string
"""Create a :class:`~pandera.api.pandas.container.DataFrameSchema` from either a
r"""Create a :class:`~pandera.api.pandas.container.DataFrameSchema` from either a
frictionless json/yaml schema file saved on disk, or from a frictionless
schema already loaded into memory.
Expand Down

0 comments on commit f79618e

Please sign in to comment.