From fd7ca7c40b722863499ae5ed788f3f048e04b50b Mon Sep 17 00:00:00 2001 From: Patrick Watrin <pat@lucy.local> Date: Sat, 27 Feb 2016 15:37:58 +0100 Subject: [PATCH] improve documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index add0b79..5217c74 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ OK The documentation is accessible from any Python interactive shell using the command `help()`. -```python +``` In [1]: import _unitex In [2]: help(_unitex.unitex_tool) -- GitLab