Skip to content

Commit

Permalink
Remove extra backtics
Browse files Browse the repository at this point in the history
  • Loading branch information
Yard1 committed Dec 3, 2024
1 parent 9caea5e commit 6dd9736
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/filelock/_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@


class LockProtocol(Protocol):
"""Protocol for objects implementing ```acquire``` and ```release``` methods."""
"""Protocol for objects implementing ``acquire`` and ``release`` methods."""

@abstractmethod
def acquire(
Expand Down
2 changes: 1 addition & 1 deletion src/filelock/asyncio.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@


class AsyncLockProtocol(Protocol):
"""Protocol for async objects implementing ```acquire``` and ```release``` methods."""
"""Protocol for async objects implementing ``acquire`` and ``release`` methods."""

@abstractmethod
async def acquire(
Expand Down

0 comments on commit 6dd9736

Please sign in to comment.