Fix typo in documentation comment
This commit is contained in:
parent
5c75a71609
commit
113d35201b
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ async def patch_tag(
|
|||
if not db_tag:
|
||||
raise HTTPException(status_code=status.HTTP_404_NOT_FOUND)
|
||||
|
||||
# Set all provided arguments in the database project
|
||||
# Set all provided arguments in the database tag
|
||||
for key, value in tag.dict(exclude_unset=True).items():
|
||||
setattr(db_tag, key, value)
|
||||
|
||||
|
|
Loading…
Reference in a new issue