Skip to content

Commit d2185e3

Browse files
committed
wishbone: fix docstring typo.
1 parent bddf5a8 commit d2185e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amaranth_soc/wishbone/bus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ class Decoder(Elaboratable):
192192
Attributes
193193
----------
194194
bus : :class:`Interface`
195-
CSR bus providing access to subordinate buses.
195+
Wishbone bus providing access to subordinate buses.
196196
"""
197197
def __init__(self, *, addr_width, data_width, granularity=None, features=frozenset(),
198198
alignment=0, name=None):

0 commit comments

Comments
 (0)