From d0f8384eef00bfd60c98f0ac2b4222a90b98898f Mon Sep 17 00:00:00 2001 From: Ists-Cilveks <38190993+Ists-Cilveks@users.noreply.github.com> Date: Tue, 10 Dec 2024 23:08:16 +0200 Subject: [PATCH] Fix docstring `bp` is the BP, not its position --- renderer/pyscript-offline/public/glyph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renderer/pyscript-offline/public/glyph.py b/renderer/pyscript-offline/public/glyph.py index 559f9d8..f8aed67 100644 --- a/renderer/pyscript-offline/public/glyph.py +++ b/renderer/pyscript-offline/public/glyph.py @@ -39,7 +39,7 @@ def z(self): return self.x+self.y*(0+1j) def addBP(self, name, bp): - """Add a BP named `name` and positioned at `bp` within the lemma form.""" + """Add `bp` with the name `name`.""" bp.host = self bp.name = name self.lemma_bps[name] = bp