Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten committed Nov 15, 2023
1 parent 149dd4c commit 1ff4f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lite/jupyterlite_xeus_python/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def _install_pip_dependencies(prefix_path, dependencies, log=None):


def build_and_pack_emscripten_env( # noqa: C901, PLR0912, PLR0915
python_version: str = PYTHON_VERSION
python_version: str = PYTHON_VERSION,
packages: Optional[List[str]] = None,
environment_file: str = "",
root_prefix: str = "/tmp/xeus-python-kernel",
Expand Down

0 comments on commit 1ff4f8b

Please sign in to comment.