diff --git a/doc/source/cheatsheet/cheat_sheet.qmd b/doc/source/cheatsheet/cheat_sheet.qmd index e302d46201..d2e2ba8aa5 100644 --- a/doc/source/cheatsheet/cheat_sheet.qmd +++ b/doc/source/cheatsheet/cheat_sheet.qmd @@ -48,8 +48,6 @@ with prime.launch_prime(timeout=20) as prime_client: Launch an instance of PyPrimeMesh at IP address 127.0.0.1 and port 50055 with the number of processes set to 4: - - ```{python} with prime.launch_prime( ip="127.0.0.1", port=50055, n_procs=4