diff --git a/flytekit/types/file/__init__.py b/flytekit/types/file/__init__.py index 81ea1037bba..44841d7e351 100644 --- a/flytekit/types/file/__init__.py +++ b/flytekit/types/file/__init__.py @@ -34,7 +34,7 @@ HDF5EncodedFile = FlyteFile[hdf5] html = typing.TypeVar("html") -#: Can be used to receive or return an PNGImage. The underlying type is a FlyteFile type. This is just a +#: Can be used to receive or return an HTMLPage. The underlying type is a FlyteFile type. This is just a #: decoration and useful for attaching content type information with the file and automatically documenting code. HTMLPage = FlyteFile[html]