Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
tilk committed Mar 8, 2024
1 parent f109c83 commit 2548061
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions coreblocks/peripherals/wishbone.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def __init__(self, wb_params: WishboneParameters):
)

def create(self, *, path: tuple[str | int, ...] = (), src_loc_at: int = 0):
"""Create a WishboneInterface.""" # workaround for Sphinx problem with Amaranth docstring
return cast(WishboneInterface, PureInterface(self, path=path, src_loc_at=src_loc_at + 1))


Expand Down

0 comments on commit 2548061

Please sign in to comment.