Skip to content

Commit ac542e4

Browse files
authored
Update docs/backend/behaviors.md
1 parent 6a57617 commit ac542e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/backend/behaviors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ This field is not displayed in most views.
254254
To display the data entered in this field, you need to modify the page template by adding the `price_net` field as `context.price_net`.
255255
To access the `price_vat` and `price_gross` fields from a browser view, you need to get the adapter from the context of the view:
256256

257-
```Python
257+
```python
258258
from .price import IPriceBehavior
259259

260260
class SomeViewClass:

0 commit comments

Comments
 (0)