From e2107c90ab2cfbf1c4910af976a906149ff13693 Mon Sep 17 00:00:00 2001 From: Galen Williamson Date: Thu, 18 Aug 2022 19:06:38 -0400 Subject: fix typos in various doc strings (a/an, repeated words) (skip-ci) --- python/function.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'python/function.py') diff --git a/python/function.py b/python/function.py index d2855234..06a9beb5 100644 --- a/python/function.py +++ b/python/function.py @@ -656,7 +656,7 @@ class Function: """ ``add_user_address_tag`` adds an already-created Tag object at a given address. Since this adds a user tag, it will be added to the current undo buffer. - If you want want to create the tag as well, consider using + If you want to create the tag as well, consider using :meth:`create_user_address_tag ` :param int addr: Address at which to add the tag @@ -721,7 +721,7 @@ class Function: ) -> None: """ ``add_auto_address_tag`` adds an already-created Tag object at a given address. - If you want want to create the tag as well, consider using + If you want to create the tag as well, consider using :meth:`create_auto_address_tag ` :param int addr: Address at which to add the tag @@ -784,7 +784,7 @@ class Function: """ ``add_user_function_tag`` adds an already-created Tag object as a function tag. Since this adds a user tag, it will be added to the current undo buffer. - If you want want to create the tag as well, consider using + If you want to create the tag as well, consider using :meth:`create_user_function_tag ` :param Tag tag: Tag object to be added @@ -825,7 +825,7 @@ class Function: def add_auto_function_tag(self, tag: 'binaryview.Tag') -> None: """ ``add_auto_function_tag`` adds an already-created Tag object as a function tag. - If you want want to create the tag as well, consider using + If you want to create the tag as well, consider using :meth:`create_auto_function_tag ` :param Tag tag: Tag object to be added :rtype: None -- cgit v1.3.1