From 84e2b2d947a116414aa28d043832e4a2b438538b Mon Sep 17 00:00:00 2001 From: aranega Date: Tue, 17 Sep 2024 19:29:35 -0600 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89c46ad..38b4c85 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ This will enable the special codec that is responsible for extracting the OCL ex By default, the `normal` dummy compiler is ued. You can change the compiler you want for a whole file by postfixing the codec name with `.`: * `# coding: magic_ocl.strict` to enable the strict mode, - * `# coding: magic_ocl` or `# coding: magic_ocl` to enable the normal mode. + * `# coding: magic_ocl` or `# coding: magic_ocl.normal` to enable the normal mode. Here is a simple example using a Python dataclass, defining some operations on the dataclass: