Skip to content

Commit

Permalink
docs: update the docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
aquemy committed Dec 21, 2022
1 parent ad725b0 commit fe038c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pandas_profiling/profile_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ def compare(self, other: "ProfileReport", config: Optional[Settings] = None) ->
"""Compare this report with another ProfileReport
Alias for:
```
pandas_profiling.compare([report1, report2], _labels=[report1.config.title, report2.config.title]
pandas_profiling.compare([report1, report2], config=config)
```
See `pandas_profiling.compare` for details.
Expand Down

0 comments on commit fe038c4

Please sign in to comment.