docs(index.md): punctuation & capitalisation
This commit is contained in:
parent
1cbaf865d8
commit
71df9ea74d
|
@ -1,6 +1,6 @@
|
||||||
# Expressions
|
# Expressions
|
||||||
|
|
||||||
Expressions allow you to write custom Logic using Python code.
|
Expressions allow you to write custom logic using Python code.
|
||||||
|
|
||||||
Expressions are used in different places throughout passbook, and can do different things.
|
Expressions are used in different places throughout passbook, and can do different things.
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ return pb_is_group_member(request.user, name="test_group")
|
||||||
|
|
||||||
### `pb_user_by(**filters) -> Optional[User]`
|
### `pb_user_by(**filters) -> Optional[User]`
|
||||||
|
|
||||||
Fetch a user matching `**filters`. Returns None if no user was found.
|
Fetch a user matching `**filters`. Returns "None" if no user was found.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
|
|
Reference in New Issue