From d0e807184b46285b51d7a56adcdd21f96ff8b3a7 Mon Sep 17 00:00:00 2001 From: Marcell Vazquez-Chanlatte Date: Mon, 6 Apr 2020 18:28:20 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c17317e..759043e 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ print(phi(data, dt=0.2)) To Boolean semantics can be thought of as a special case of the quantitative semantics where `True ↦ 1` and `False ↦ -1`. This -conversion happens automatically using using the `quantitative=False` +conversion happens automatically using the `quantitative=False` flag.