From ba8116c898e3b1e1e0a315bf4c9b10f8c9eefb70 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sat, 27 Jun 2020 13:38:02 +0200 Subject: [PATCH] doc [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 242475c7..a47ffd8f 100644 --- a/README.md +++ b/README.md @@ -572,7 +572,7 @@ Babashka sets the following system properties: - `babashka.main`: the `--main` argument - `babashka.file`: the `--file` argument (normalized using `.getCanonicalPath`) -## __name__ = "__main__" pattern +## `__name__ = "__main__"` pattern In Python scripts there is a well-known pattern to check if the current file was the file invoked from the command line: `__name__ = "__main__" pattern`. In