Skip to content

Commit

Permalink
Change docs for HTMLPage type to say HTMLPage instead of PNGImage
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Griffin <1matthewgriffin@gmail.com>
  • Loading branch information
NotMatthewGriffin committed Feb 26, 2022
1 parent 0bbd35b commit 4d38c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flytekit/types/file/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down

0 comments on commit 4d38c8a

Please sign in to comment.