diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2024-08-04 21:05:56 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2024-08-04 21:05:56 -0400 |
| commit | 8b3c5bc8ea70b837dd7fff17e79a60c3612169d9 (patch) | |
| tree | 576edd3c7c248104ff49f6aad02459db1808dfc3 /python/function.py | |
| parent | 14699743157a65be067253fa828219d29f4d058f (diff) | |
fix typo in provenance docs
Diffstat (limited to 'python/function.py')
| -rw-r--r-- | python/function.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
