Skip to content

Commit 1e95eb6

Browse files
fix(docs): IR -> Pipeline Spec (#11031)
Signed-off-by: Greg Sheremeta <gshereme@redhat.com>
1 parent f6ea7e3 commit 1e95eb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/python/kfp/cli/dsl.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022 The Kubeflow Authors
1+
# Copyright 2022-2024 The Kubeflow Authors
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -18,4 +18,4 @@
1818

1919
@click.group(commands={'compile': compile_.compile_})
2020
def dsl():
21-
"""Command group for compiling DSL to IR."""
21+
"""Command group for compiling DSL to Pipeline Spec."""

0 commit comments

Comments
 (0)