Skip to content

Commit fe75eb5

Browse files
authored
Remove misc stray backticks in python docs (#7776)
1 parent 8956bc7 commit fe75eb5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python/filemetadata.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -373,9 +373,9 @@ def begin_undo_actions(self, anonymous_allowed: bool = True) -> str:
373373
"""
374374
``begin_undo_actions`` starts recording actions taken so they can be undone at some point.
375375
376-
:param bool anonymous_allowed: Legacy interop: prevent empty calls to :py:func:`commit_undo_actions`` from
377-
affecting this undo state. Specifically for :py:func:`undoable_transaction``
378-
:return: Id of undo state, for passing to :py:func:`commit_undo_actions`` or :py:func:`revert_undo_actions`.
376+
:param bool anonymous_allowed: Legacy interop: prevent empty calls to :py:func:`commit_undo_actions` from
377+
affecting this undo state. Specifically for :py:func:`undoable_transaction`
378+
:return: Id of undo state, for passing to :py:func:`commit_undo_actions` or :py:func:`revert_undo_actions`.
379379
:rtype: str
380380
:Example:
381381

0 commit comments

Comments
 (0)