diff --git a/modules/io/doc/mmcif.rst b/modules/io/doc/mmcif.rst
index b0c0459239dd14218118441ff90225a8446a7023..73d6a731bce05f66e28297c298e4facfac76db87 100644
--- a/modules/io/doc/mmcif.rst
+++ b/modules/io/doc/mmcif.rst
@@ -370,7 +370,7 @@ of the annotation available.
 
   .. attribute:: details
 
-    Special asepcts of the biological assembly. If not provided, resembles an
+    Special aspects of the biological assembly. If not provided, resembles an
     empty string.
 
     Also available as :meth:`GetDetails`. May also be modified by
@@ -387,7 +387,8 @@ of the annotation available.
 
     Translations and rotations needed to create the biounit.
 
-    May be modified by :meth:`AddOperations`
+    Also available as :meth:`GetOperations`. May be modified by
+    :meth:`AddOperations`
 
   .. method:: GetDetails()
 
@@ -405,6 +406,10 @@ of the annotation available.
 
     See :attr:`chains`
 
+  .. method:: GetOperations()
+
+    See :attr:`operations`
+
   .. method:: AddOperations(list of operations)
 
     See :attr:`operations`