thanks for the patch, it's in.

http://git.sympy.org/?p=sympy.git;a=commit;h=2caa23edfc41b2fd2bd30bb6ac59855896deb549


Aaron Meurer wrote:
> ---
>  sympy/simplify/simplify.py |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/sympy/simplify/simplify.py b/sympy/simplify/simplify.py
> index 86e3486..d441ef6 100644
> --- a/sympy/simplify/simplify.py
> +++ b/sympy/simplify/simplify.py
> @@ -749,7 +749,7 @@ def trigsimp(expr, deep=False, recursive=False):
>      deep ........ apply trigsimp inside functions
>      recursive ... use common subexpression elimination (cse()) and apply
>                    trigsimp recursively (recursively==True is quite expensive
> -                  operation of the expression is large)
> +                  operation if the expression is large)
>  
>      Examples
>      ========


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy-patches" group.
To post to this group, send email to sympy-patches@googlegroups.com
To unsubscribe from this group, send email to 
sympy-patches+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sympy-patches?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to