From dd8c22d3be6520c70447ffa931a9bd8d494e7cbb Mon Sep 17 00:00:00 2001 From: Unrud Date: Sun, 28 May 2017 03:28:30 +0200 Subject: [PATCH] Remove escaping from underscores --- plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.md b/plugins.md index ff15f04f..a9a17a88 100644 --- a/plugins.md +++ b/plugins.md @@ -28,7 +28,7 @@ setup(packages=["silly_auth_plugin"]) In the same folder create the sub-folder `silly_auth_plugin`. The folder must have the same name as specified in `packages` above. -Create the file `\_\_init\_\_.py` in the `silly_auth_plugin` folder with the +Create the file `__init__.py` in the `silly_auth_plugin` folder with the following content: ```python