From 8516a3e8c3659e66a688e981a8f039e2493e8125 Mon Sep 17 00:00:00 2001 From: Jonathon Belotti Date: Sun, 14 Jun 2020 22:49:12 +1000 Subject: [PATCH] "Skylark" is an outdated name of the language, please use "starlark" instead --- experimental/python/wheel.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experimental/python/wheel.bzl b/experimental/python/wheel.bzl index 71bde94e1f..e4fb810bf9 100644 --- a/experimental/python/wheel.bzl +++ b/experimental/python/wheel.bzl @@ -40,7 +40,7 @@ def _py_package_impl(ctx): [dep[DefaultInfo].default_runfiles.files for dep in ctx.attr.deps], ) - # TODO: '/' is wrong on windows, but the path separator is not available in skylark. + # TODO: '/' is wrong on windows, but the path separator is not available in starlark. # Fix this once ctx.configuration has directory separator information. packages = [p.replace(".", "/") for p in ctx.attr.packages] if not packages: