Skip to content

Commit

Permalink
fix(docs): IR -> Pipeline Spec (#11031)
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Sheremeta <[email protected]>
  • Loading branch information
gregsheremeta authored Jul 26, 2024
1 parent f6ea7e3 commit 1e95eb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/python/kfp/cli/dsl.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2022 The Kubeflow Authors
# Copyright 2022-2024 The Kubeflow Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -18,4 +18,4 @@

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

0 comments on commit 1e95eb6

Please sign in to comment.