Skip to content

Commit e703c95

Browse files
committed
fixed typos in documentation
1 parent 17516db commit e703c95

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tabpy/tabpy_tools/client.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,8 @@ def update(self, name, description=None, schema=None, is_public=None):
270270
Parameters
271271
----------
272272
name : str
273-
Endpoint name to make public
273+
Name of the endpoint that to be updated. If endpoint does not exist
274+
runtime error will be thrown
274275
275276
description : str, optional
276277
The description for the endpoint. This string will be returned by
@@ -286,7 +287,7 @@ def update(self, name, description=None, schema=None, is_public=None):
286287
is_public : bool, optional
287288
Whether a function should be public for viewing from within tableau. If
288289
False, function will not appear in the custom functions explorer within
289-
Tableau. If True, function will be visible ta anyone on a site with this
290+
Tableau. If True, function will be visible to anyone on a site with this
290291
analytics extension configured
291292
'''
292293

0 commit comments

Comments
 (0)