From 619fef4b04bddc4a5a38aec5e207dd4d5a25d206 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: Fri, 5 Jun 2020 05:00:04 +0000 Subject: [PATCH] __ typo...... --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):