Fix typo in hlo_helpers.py

libary -> library
This commit is contained in:
Ikko Eltociear Ashimine 2023-08-18 16:00:38 +09:00 committed by GitHub
parent 6868be30b7
commit eaa271268c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
"""A small libary of helpers for use in jaxlib to build MLIR operations."""
"""A small library of helpers for use in jaxlib to build MLIR operations."""
from collections.abc import Sequence
from functools import partial