Skip to content

Commit

Permalink
DOC Correct typo in TableReport docstring (skrub-data#1168)
Browse files Browse the repository at this point in the history
  • Loading branch information
rouk1 authored Nov 29, 2024
1 parent e54a490 commit f100059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion skrub/_reporting/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Distributing non-Python files
The html templates, javascript and CSS files are not python files so some special
steps must be taken in the build configuration to make sure they are included in
the source distribution and the wheel. At the moment (see ``pyproject.toml``)
skrub's ``build-system`` requires the ``setuptools_scm`` plugin, which pacakges
skrub's ``build-system`` requires the ``setuptools_scm`` plugin, which packages
all files that are tracked by git. If the build backend is replaced by a
different one, refer to the new build backend's documentation on handling
"package data" (non-python files).
2 changes: 1 addition & 1 deletion skrub/_reporting/_table_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class TableReport:
>>> report
<TableReport: use .open() to display>
(Note that above we only see the string represention, not the report itself,
(Note that above we only see the string representation, not the report itself,
because we are not in a notebook.)
Whether you are using a notebook or not, you can always open the report as a
Expand Down

0 comments on commit f100059

Please sign in to comment.