Skip to content

Commit 958d369

Browse files
committed
cp
1 parent 8c0fef2 commit 958d369

File tree

1 file changed

+1
-1
lines changed
  • python_modules/dagster/dagster/_core/definitions

1 file changed

+1
-1
lines changed

python_modules/dagster/dagster/_core/definitions/asset_key.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class AssetKey(IHaveNew):
4545
AssetKey(["prefix", "asset1"])
4646
AssetKey(["prefix", "subprefix", "asset1"])
4747
48-
Argsz:
48+
Args:
4949
path (Union[str, Sequence[str]]): String, list of strings, or tuple of strings. A list of
5050
strings represent the hierarchical structure of the asset_key.
5151
"""

0 commit comments

Comments
 (0)