diff --git a/README.adoc b/README.adoc index 25c94c4..e4ffba6 100644 --- a/README.adoc +++ b/README.adoc @@ -12759,7 +12759,7 @@ The object is created in Python for example from `src/dev/alpha/Tsunami.py` as: fb = BadDevice(pio_addr=0x801fc0003d0, devicename='FrameBuffer') .... -Since `BadDevice` has no `+__init__+` method, and neither `BasicPioDevice`, it all just falls through until the SimObject.__init__ constructor. +Since `BadDevice` has no `+__init__+` method, and neither `BasicPioDevice`, it all just falls through until the `+SimObject.__init__+` constructor. This constructor will loop through the inheritance chain and give the Python parameters to the C++ BadDeviceParams class as follows.