Skip to content

Commit 67c9445

Browse files
authored
Update README.md
1 parent 3ae6e7e commit 67c9445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Time per 1000 decodes, pydicom's NumPy RLE handler vs. pylibjpeg-rle
5252
##### With pylibjpeg
5353

5454
Because pydicom defaults to the NumPy RLE decoder, you must specify the use
55-
of pylibjpeg when decompressing (**requires pydicom v2.2+**):
55+
of pylibjpeg when decompressing:
5656
```python
5757
from pydicom import dcmread
5858
from pydicom.data import get_testdata_file

0 commit comments

Comments
 (0)