Skip to content

Commit

Permalink
Merge pull request #85 from kajarenc/fix-typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
slundberg authored May 21, 2023
2 parents adf6b2c + 6895a0d commit 637a9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guidance/_program.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 637a9d3

Please sign in to comment.