We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e641d19 commit 07d182cCopy full SHA for 07d182c
rsconnect/bundle.py
@@ -906,7 +906,7 @@ def make_html_bundle(
906
image: str = None,
907
) -> typing.IO[bytes]:
908
"""
909
- Create an voila bundle, given a path and/or entrypoint.
+ Create an html bundle, given a path and/or entrypoint.
910
911
The bundle contains a manifest.json file created for the given notebook entrypoint file.
912
If the related environment file (requirements.txt) doesn't
0 commit comments