Skip to content

Commit 9930453

Browse files
committed
Fix naming mistakes
1 parent 07d4fbc commit 9930453

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Faster zlib and gzip compatible compression and decompression
3838
by providing Python bindings for the ISA-L library.
3939

4040
This package provides Python bindings for the `ISA-L
41-
<https://github.com/intel/isa-l>`_ library. The Intel Infrastructure Storage
41+
<https://github.com/intel/isa-l>`_ library. The Intel(R) Intelligent Storage
4242
Acceleration Library (ISA-L) implements several key algorithms in `assembly
4343
language <https://en.wikipedia.org/wiki/Assembly_language>`_. This includes
4444
a variety of functions to provide zlib/gzip-compatible compression.
@@ -62,7 +62,7 @@ They can be imported as follows
6262
6363
``isal_zlib`` and ``igzip`` are meant to be used as drop in replacements so
6464
their api and functions are the same as the stdlib's modules. Except where
65-
isa-l does not support the same calls as zlib (See differences below).
65+
ISA-L does not support the same calls as zlib (See differences below).
6666

6767
A full API documentation can be found on `our readthedocs page
6868
<https://python-isal.readthedocs.io>`_.
@@ -79,7 +79,7 @@ Installation with pip
7979

8080
Installation is supported on Linux, MacOS and Windows. On x86-64 (amd64)
8181
platforms wheels are provided, so installation should be almost instantaneous.
82-
The installation will include a staticallly linked version of isa-l.
82+
The installation will include a staticallly linked version of ISA-L.
8383
If a wheel is not provided for your system the
8484
installation will build ISA-L first in a temporary directory. Please check the
8585
`ISA-L homepage <https://github.com/intel/isa-l>`_ for the build requirements.
@@ -123,7 +123,7 @@ python-isal is available on conda-forge and can be installed with
123123
124124
conda install python-isal
125125
126-
This will automatically install the isa-l library dependency as well, since
126+
This will automatically install the ISA-L library dependency as well, since
127127
it is available on conda-forge.
128128

129129
Differences with zlib and gzip modules

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def build_isa_l():
154154
name="isal",
155155
version="0.6.0-dev",
156156
description="Faster zlib and gzip compatible compression and "
157-
"decompression by providing python bindings for the isa-l "
157+
"decompression by providing python bindings for the ISA-L "
158158
"library.",
159159
author="Leiden University Medical Center",
160160
author_email="[email protected]", # A placeholder for now

0 commit comments

Comments
 (0)