summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorutkonos <utkonos@users.noreply.github.com>2025-12-11 13:32:20 -0500
committerGitHub <noreply@github.com>2025-12-11 13:32:20 -0500
commitfe75eb5c552e9940628f0e11bdd01af5b0c6a012 (patch)
tree54866e537237eb45e048c14442e5bc31a2d633bb /python
parent8956bc70267bf67e04c4054e147c1f6851609ef2 (diff)
Remove misc stray backticks in python docs (#7776)
Diffstat (limited to 'python')
-rw-r--r--python/filemetadata.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/filemetadata.py b/python/filemetadata.py
index 1aae3139..3b3b2c29 100644
--- a/python/filemetadata.py
+++ b/python/filemetadata.py
@@ -373,9 +373,9 @@ class FileMetadata:
"""
``begin_undo_actions`` starts recording actions taken so they can be undone at some point.
- :param bool anonymous_allowed: Legacy interop: prevent empty calls to :py:func:`commit_undo_actions`` from
- affecting this undo state. Specifically for :py:func:`undoable_transaction``
- :return: Id of undo state, for passing to :py:func:`commit_undo_actions`` or :py:func:`revert_undo_actions`.
+ :param bool anonymous_allowed: Legacy interop: prevent empty calls to :py:func:`commit_undo_actions` from
+ affecting this undo state. Specifically for :py:func:`undoable_transaction`
+ :return: Id of undo state, for passing to :py:func:`commit_undo_actions` or :py:func:`revert_undo_actions`.
:rtype: str
:Example: