Skip to content

Commit c02044f

Browse files
authored
Typo correction
1 parent 60a7313 commit c02044f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ If implemented thoughtfully, a `pymc-experimental` repository could act as the f
77
`pymc-experimental` would be designed to mirror the namespaces in `pymc` to make usage and migration as easy as possible. For example, a `ParabolicFractal` distribution could be used analogously to those in `pymc`:
88

99
```python
10-
import python as pm
11-
import python_experimental as pmx
10+
import pymc as pm
11+
import pymc_experimental as pmx
1212

1313
with pm.Model():
1414

0 commit comments

Comments
 (0)