I'm guessing this is a difference of printing. The SymPy Live shell uses pretty printing, but the doctests are all written without pretty printing enabled.
Aaron Meurer On Thu, Dec 31, 2015 at 4:26 AM, Rahul Padhy <[email protected]> wrote: > I was going through the Sympy tutorial... Its given that Eq(x + 1, 4) gives > the symbolic output as : > > x + 1 == 4 > > But when I run the given code snippet in my terminal or in the Sympy Live > Shell, it gives me the output as : > > x + 1 = 4 > > Is this just a typo or a genuine error ? > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/sympy. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/be634e6b-5904-4d65-a454-d28e99aa0aa6%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAKgW%3D6L%2BucgD0A%3DkyJ9eVdVqUK4rfGpmtruFeCPK_c0x6fUfyw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
