Skip to content

Commit c893f5d

Browse files
author
Matt Sokoloff
committed
update docstring
1 parent 1e597a6 commit c893f5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

labelbox/schema/project.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,12 +317,12 @@ def upsert_instructions(self, instructions_file: str):
317317
318318
Args:
319319
instructions_file (str): Path to a local file.
320-
* Must be a pdf file
320+
* Must be a pdf or html file
321321
322322
Raises:
323323
ValueError:
324324
* project must be setup
325-
* instructions file must have a ".pdf" extension
325+
* instructions file must have a ".pdf" or ".html" extension
326326
"""
327327

328328
if self.setup_complete is None:

0 commit comments

Comments
 (0)