From fe75eb5c552e9940628f0e11bdd01af5b0c6a012 Mon Sep 17 00:00:00 2001 From: utkonos Date: Thu, 11 Dec 2025 13:32:20 -0500 Subject: Remove misc stray backticks in python docs (#7776) --- python/filemetadata.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python/filemetadata.py') 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: -- cgit v1.3.1