diff --git a/docs/software-developer-documentation/apis/python-v3-api.md b/docs/software-developer-documentation/apis/python-v3-api.md
index ec6ce3d0203215ec23323c2b1f34666d7a7c0af9..839d04d64a16dfbe9ea13e2a4f425a1661d703e8 100644
--- a/docs/software-developer-documentation/apis/python-v3-api.md
+++ b/docs/software-developer-documentation/apis/python-v3-api.md
@@ -11,7 +11,7 @@ pyBIS is a Python module for interacting with openBIS. pyBIS is designed to be m
 
 ## Installation
 
-```
+```python
 pip install --upgrade pybis
 ```
 
@@ -1540,4 +1540,4 @@ pt.save()
 Currently, the value of the `custom_widget` key can be set to either
 
 - `Spreadsheet` (for tabular, Excel-like data)
-- `Word Processor` (for rich text data)
\ No newline at end of file
+- `Word Processor` (for rich text data)