diff --git a/README.adoc b/README.adoc index 16b2e57..cad3f4f 100644 --- a/README.adoc +++ b/README.adoc @@ -13507,7 +13507,7 @@ for module in modules.keys(): And from <> we see that this appears to loop over every object string of type `m5.objects.modulename`. -This `__init__` gets called from `src/python/importer.py` at the `exec`: +This `+__init__+` gets called from `src/python/importer.py` at the `exec`: .... class CodeImporter(object):