Skip to content

Commit 5f053d5

Browse files
committed
add prop model title in doc
1 parent 46ae293 commit 5f053d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/doc_utils/jumpstart_doc_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def get_model_source(url):
210210
def create_proprietary_model_table():
211211
proprietary_content_intro = []
212212
proprietary_content_intro.append("\n")
213-
proprietary_content_intro.append(".. list-table:: Available Models\n")
213+
proprietary_content_intro.append(".. list-table:: Available Proprietary Models\n")
214214
proprietary_content_intro.append(" :widths: 50 20 20 20 20\n")
215215
proprietary_content_intro.append(" :header-rows: 1\n")
216216
proprietary_content_intro.append(" :class: datatable\n")

0 commit comments

Comments
 (0)