Resolving SyntaxWarnings for Py 3.13
This commit is contained in:
parent
5b2963fc46
commit
b66c006df2
3 changed files with 8 additions and 8 deletions
|
|
@ -206,7 +206,7 @@ class HelpEntry(SharedMemoryModel):
|
|||
return "#"
|
||||
|
||||
def web_get_detail_url(self):
|
||||
"""
|
||||
r"""
|
||||
Returns the URI path for a View that allows users to view details for
|
||||
this object.
|
||||
|
||||
|
|
@ -242,7 +242,7 @@ class HelpEntry(SharedMemoryModel):
|
|||
return "#"
|
||||
|
||||
def web_get_update_url(self):
|
||||
"""
|
||||
r"""
|
||||
Returns the URI path for a View that allows users to update this
|
||||
object.
|
||||
|
||||
|
|
@ -278,7 +278,7 @@ class HelpEntry(SharedMemoryModel):
|
|||
return "#"
|
||||
|
||||
def web_get_delete_url(self):
|
||||
"""
|
||||
r"""
|
||||
Returns the URI path for a View that allows users to delete this object.
|
||||
|
||||
ex. Oscar (Character) = '/characters/oscar/1/delete/'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue