From e94bda11c366818d24f864ae03abf076e8f5a297 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Wed, 16 May 2018 23:38:47 -0400 Subject: [PATCH] Fix double colon (#216) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3eb8ee4..e192826 100644 --- a/README.md +++ b/README.md @@ -360,7 +360,7 @@ Some popular APIs, like ORMs, use call chaining. This API style is known as a [fluent interface](https://en.wikipedia.org/wiki/Fluent_interface). *Black* formats those treating dots that follow a call or an indexing operation like a very low priority delimiter. It's easier to show the -behavior than to explain it. Look at the example:: +behavior than to explain it. Look at the example: ```py3 def example(session): result = ( -- 2.39.2