Skip to content

Commit

Permalink
Fix typo in fcode() docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
skirpichev committed Jul 12, 2017
1 parent 32184a8 commit 9804835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diofant/printing/fcode.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ def indent_code(self, code):


def fcode(expr, assign_to=None, **settings):
"""Converts an expr to a string of c code
"""Converts an expr to a string of fortran code
Parameters
==========
Expand Down

0 comments on commit 9804835

Please sign in to comment.