From 721980c4e29c1b9f9d94436d84907f024d94d96a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Tue, 25 Feb 2020 00:00:01 +0000 Subject: [PATCH] typo --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.