Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
`bp` is the BP, not its position
  • Loading branch information
Ists-Cilveks committed Dec 10, 2024
1 parent 76867cd commit d0f8384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/pyscript-offline/public/glyph.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d0f8384

Please sign in to comment.