diff --git a/src/sage/groups/libgap_wrapper.pyx b/src/sage/groups/libgap_wrapper.pyx index d2305a655b4..354882f6829 100644 --- a/src/sage/groups/libgap_wrapper.pyx +++ b/src/sage/groups/libgap_wrapper.pyx @@ -347,7 +347,7 @@ class ParentLibGAP(SageObject): def minimal_normal_subgroups(self): """ - Return the nontrivial minimal normal subgroups ``self``. + Return the nontrivial minimal normal subgroups of ``self``. EXAMPLES::