projects
/
linpy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7afcb0a
)
Fix typo in doc/reference.rst
author
Vivien Maisonneuve
<v.maisonneuve@gmail.com>
Mon, 18 Aug 2014 09:24:46 +0000
(11:24 +0200)
committer
Vivien Maisonneuve
<v.maisonneuve@gmail.com>
Mon, 18 Aug 2014 09:24:46 +0000
(11:24 +0200)
doc/reference.rst
patch
|
blob
|
history
diff --git
a/doc/reference.rst
b/doc/reference.rst
index
4dcfbdc
..
20168e4
100644
(file)
--- a/
doc/reference.rst
+++ b/
doc/reference.rst
@@
-148,11
+148,11
@@
For example, if ``x`` is a :class:`Symbol`, then ``x + 1`` is an instance of :cl
.. method:: __mul__(value)
- Return the product of the linear expression
as
a rational.
+ Return the product of the linear expression
by
a rational.
.. method:: __truediv__(value)
- Return the quotient of the linear expression
as
a rational.
+ Return the quotient of the linear expression
by
a rational.
.. method:: __eq__(expr)