diff --git a/Code/Mantid/Framework/PythonInterface/mantid/geometry/src/Exports/PointGroupFactory.cpp b/Code/Mantid/Framework/PythonInterface/mantid/geometry/src/Exports/PointGroupFactory.cpp
index 136db896191de0d9610a5e8e533707bae0492c15..6d36f2418c20274930b72c9914b4e4b28f1160c3 100644
--- a/Code/Mantid/Framework/PythonInterface/mantid/geometry/src/Exports/PointGroupFactory.cpp
+++ b/Code/Mantid/Framework/PythonInterface/mantid/geometry/src/Exports/PointGroupFactory.cpp
@@ -10,7 +10,7 @@ void export_PointGroupFactory()
 {
 
     class_<PointGroupFactoryImpl,boost::noncopyable>("PointGroupFactoryImpl", no_init)
-            .def("exists", &PointGroupFactoryImpl::exists)
+            .def("exists", &PointGroupFactoryImpl::isSubscribed)
             .def("createPointGroup", &PointGroupFactoryImpl::createPointGroup)
             .def("createPointGroupFromSpaceGroupSymbol", &PointGroupFactoryImpl::createPointGroupFromSpaceGroupSymbol)
             .def("getAllPointGroupSymbols", &PointGroupFactoryImpl::getAllPointGroupSymbols)