diff --git a/guidance/_program.py b/guidance/_program.py index 049695818..0962027a8 100644 --- a/guidance/_program.py +++ b/guidance/_program.py @@ -266,7 +266,7 @@ def _update_display(self, last=False): if last: self._comm.send({"event": "complete"}) - # ...otherwise dump the client to the font end + # ...otherwise dump the client to the front end else: log.debug(f"Updating display dump to front end") from IPython.display import clear_output, display