Skip to content

Commit f500140

Browse files
fix delete_feature_schema_from_ontology docstring (#1059)
1 parent 667fc86 commit f500140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1646,7 +1646,7 @@ def delete_feature_schema_from_ontology(
16461646
DeleteFeatureFromOntologyResult: The result of the feature schema removal.
16471647
16481648
Example:
1649-
>>> client.remove_feature_schema_from_ontology(<ontology_id>, <feature_schema_id>)
1649+
>>> client.delete_feature_schema_from_ontology(<ontology_id>, <feature_schema_id>)
16501650
"""
16511651
ontology_endpoint = self.rest_endpoint + "/ontologies/" + urllib.parse.quote(
16521652
ontology_id) + "/feature-schemas/" + urllib.parse.quote(

0 commit comments

Comments
 (0)