Skip to content

Commit

Permalink
Merge pull request #2357 from asmeurer/pprint
Browse files Browse the repository at this point in the history
Fix typo in pprint docstring
  • Loading branch information
smichr committed Aug 6, 2013
2 parents 7291221 + 4a764ec commit 84ea466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sympy/printing/pretty/pretty.py
Expand Up @@ -1815,7 +1815,7 @@ def pretty_print(expr, **settings):
the expression to print
wrap_line : bool, optional
line wrapping enabled/disabled, defaults to True
num_columns : bool, optional
num_columns : int or None, optional
number of columns before line breaking (default to None which reads
the terminal width), useful when using SymPy without terminal.
use_unicode : bool or None, optional
Expand Down

0 comments on commit 84ea466

Please sign in to comment.