Skip to content

Commit

Permalink
adding change comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatera committed Nov 12, 2024
1 parent 4075ede commit 19e77a1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions sympy/printing/pretty/stringpict.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@
- terminal_string() method
- minor fixes and changes (mostly to prettyForm)
TODO:
- top/center/bottom alignment options for left/right
Updates by Juan Mauricio Matera (email <my last name> at ar_ude_plnu_acisif):
- support for align attribute in `left`, `right`, `above` and `bellow`
methods
- adding the v_align() method
- Methods `parens`, `left`, `right`, `above` and `bellow` now returns
objects of the caller object class.
- The method `root` now works.
"""

import shutil
Expand Down

0 comments on commit 19e77a1

Please sign in to comment.