Fix double colon (#216)
This commit is contained in:
parent
3ad0f5855c
commit
e94bda11c3
@ -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).
|
as a [fluent interface](https://en.wikipedia.org/wiki/Fluent_interface).
|
||||||
*Black* formats those treating dots that follow a call or an indexing
|
*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
|
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
|
```py3
|
||||||
def example(session):
|
def example(session):
|
||||||
result = (
|
result = (
|
||||||
|
Loading…
Reference in New Issue
Block a user