From 4d042d7ea119c03d577d2e4e6484bce239c3ff59 Mon Sep 17 00:00:00 2001 From: Tim Nielens <11885535+tnielens@users.noreply.github.com> Date: Mon, 13 May 2024 21:10:41 +0200 Subject: [PATCH] fix doc typo in py_wheel.bzl --- python/private/py_wheel.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/private/py_wheel.bzl b/python/private/py_wheel.bzl index 2aed9b9d9b..ef9e6f24ae 100644 --- a/python/private/py_wheel.bzl +++ b/python/private/py_wheel.bzl @@ -39,7 +39,7 @@ _distribution_attrs = { doc = """\ Name of the distribution. -This should match the project name onm PyPI. It's also the name that is used to +This should match the project name on PyPI. It's also the name that is used to refer to the package in other packages' dependencies. Workspace status keys are expanded using `{NAME}` format, for example: