Skip to content

Commit

Permalink
Fix double colon (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek authored and ambv committed May 17, 2018
1 parent 3ad0f58 commit e94bda1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = (
Expand Down

0 comments on commit e94bda1

Please sign in to comment.