Skip to content

Commit

Permalink
Change docs for HTMLPage type to say HTMLPage instead of PNGImage (#868)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMatthewGriffin authored Feb 26, 2022
1 parent 0bbd35b commit 134da9f
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 134da9f

Please sign in to comment.