Skip to content

Commit

Permalink
Removing changelog in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatera authored Nov 13, 2024
1 parent 4dec809 commit 8178d89
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions sympy/printing/pretty/stringpict.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,4 @@
"""Prettyprinter by Jurjen Bos.
(I hate spammers: mail me at pietjepuk314 at the reverse of ku.oc.oohay).
All objects have a method that create a "stringPict",
that can be used in the str method for pretty printing.
Updates by Jason Gedge (email <my last name> at cs mun ca)
- terminal_string() method
- minor fixes and changes (mostly to prettyForm)
Updates by Juan Mauricio Matera (email <my last name> at ar_ude_plnu_acisif):
- support for align attribute in `left`, `right`, `above` and `below`
methods
- adding the v_align() method
- Methods `parens`, `left`, `right`, `above` and `below` now returns
objects of the caller object class.
- The method `root` now works.
"""
"""Prettyprinter by Jurjen Bos."""

import shutil

Expand Down

0 comments on commit 8178d89

Please sign in to comment.