Skip to content

Commit cdb33e9

Browse files
committed
Fix README.rst
[ci skip]
1 parent 59cc8ad commit cdb33e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ very Pythonic as it pollutes the namespace):
4646
.. code-block:: python
4747
4848
from pyerf import *
49-
pyerf.erfinv(0.5) # 0.476936...
50-
pyerf.erf(0.5) # 0.5204998...
51-
pyerf.erfc(0.5) # 0.4795001...
49+
erfinv(0.5) # 0.476936...
50+
erf(0.5) # 0.5204998...
51+
erfc(0.5) # 0.4795001...
5252
5353
5454
Changelog

0 commit comments

Comments
 (0)