diff --git a/mutalyzer/services/rpc.py b/mutalyzer/services/rpc.py
index 4c9e5fdf7cc3b9e78499b7446c5d39607263353e..9cf89b9c979e558241f0f90640a7e8f9cbe5e3a4 100644
--- a/mutalyzer/services/rpc.py
+++ b/mutalyzer/services/rpc.py
@@ -1253,9 +1253,9 @@ class MutalyzerService(ServiceBase):
         @arg start: Start position (one-based, inclusive, in reference
           orientation).
         @type start: integer
-        @arg stop: Stop position (one-based, inclusive, in reference
+        @arg end: End position (one-based, inclusive, in reference
           orientation).
-        @type start: integer
+        @type end: integer
         @arg orientation: Orientation of the slice. 1 for forward, 2 for
           reverse complement.
         @type orientation: integer