diff --git a/modelling/pymod/_reconstruct_sidechains.py b/modelling/pymod/_reconstruct_sidechains.py
index 47228fb035ace3aaa80525ba27a5a3077b6724b7..e10f194804c6b6d372fd1b3e9b51148f0391bfea 100644
--- a/modelling/pymod/_reconstruct_sidechains.py
+++ b/modelling/pymod/_reconstruct_sidechains.py
@@ -467,7 +467,7 @@ def ReconstructSidechains(ent, keep_sidechains=False, build_disulfids=True,
                                  :meth:`RotamerGraph.TreeSolve`.
     :type graph_intial_epsilon:  :class:`float`
     :param energy_function:      What energy function to use can be any in 
-                                 ["SCWRL4", "SCWRL3"]
+                                 ["SCWRL4", "SCWRL3", "VINA"]
     :type energy_function:       :class:`str`
     '''
     prof_name = 'modelling::ReconstructSidechains'