Skip to content

Commit 172b824

Browse files
committed
sundae->sksundae in RichResult docstring example
1 parent e8b2352 commit 172b824

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/sksundae/utils.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def __init__(self, **kwargs):
4343
4444
.. code-block:: python
4545
46-
import sundae as sun
46+
import sksundae as sun
4747
4848
class CustomResult(sun.utils.RichResult):
4949
_order_keys = ['first', 'second', 'third',]
@@ -58,7 +58,8 @@ class CustomResult(sun.utils.RichResult):
5858
.. code-block:: python
5959
6060
import numpy as np
61-
from sundae.utils import RichResult
61+
62+
from sksundae.utils import RichResult
6263
6364
t = np.linspace(0, 1, 1000)
6465
y = np.random.rand(1000, 5)

0 commit comments

Comments
 (0)