Skip to content

Commit d30e980

Browse files
committed
Allow unicode characters in doctest.
1 parent 2639a25 commit d30e980

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ Read the dataset from the SDF file asserting the correct unit of the dataset and
5959

6060
Get the meta info and data array from the dataset:
6161

62-
>>> ds_v2.unit
62+
>>> ds_v2.unit # doctest: +ALLOW_UNICODE
6363
'V'
6464
>>> ds_v2.data.shape
6565
(51,)
6666

6767
Get the scale for the first dimension:
6868

6969
>>> ds_t2 = ds_v2.scales[0]
70-
>>> ds_t2.unit
70+
>>> ds_t2.unit # doctest: +ALLOW_UNICODE
7171
's'
7272

7373

0 commit comments

Comments
 (0)