From 5e9894d01876236f1809cdf4b9daeb7f3d81bbf8 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 25 Apr 2020 02:05:54 +0300 Subject: [PATCH] monor fix to docs... Signed-off-by: Alex A. Naanou --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79434ba..dc89d7e 100755 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ the two contexts relevant to the callable instance: (`window` or `global` by default) If the prototype is explicitly defined as a function then it is the -user's responsibility to call .__call__(..) method. +user's responsibility to call `.__call__(..)` method. ### Low level constructor