From 8b3c5bc8ea70b837dd7fff17e79a60c3612169d9 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Sun, 4 Aug 2024 21:05:56 -0400 Subject: fix typo in provenance docs --- python/function.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/function.py b/python/function.py index 11cad6ef..0b8abc1f 100644 --- a/python/function.py +++ b/python/function.py @@ -2954,7 +2954,7 @@ class Function: @property def provenance(self): """ - ``provenance`` returns a string representing the provenance. This portion of the API is under develoment. + ``provenance`` returns a string representing the provenance. This portion of the API is under development. Currently the provenance information is undocumented, not persistent, and not saved to a database. :return: string representation of the provenance -- cgit v1.3.1