diff --git a/hugo/content/py/start/find.md b/hugo/content/py/start/find.md
index aa6218459ed9c70be123947f27fbab041e80379b..1e8a64cb1365ed11dc34ec90df120acd9f494dfc 100644
--- a/hugo/content/py/start/find.md
+++ b/hugo/content/py/start/find.md
@@ -7,7 +7,7 @@ weight = 10
 
 After [installing]({{% relref "installation" %}}) BornAgain and Python,
 the next step is to verify that the Python interpreter does find the module `bornagain`.
-Note that the module name is in small caps only.
+Note that the module name is in lowercase only.
 
 ### From the command line
 
@@ -17,7 +17,7 @@ The interpreter will print its version number to the terminal.
 Make sure the version number starts with 3.
 Python2 is no longer supported by BornAgain.
 
-At the Python command prompt `>>>`, enter (with small caps)
+At the Python command prompt `>>>`, enter (in lowercase)
 ```Python
 import bornagain
 ```