From a7568917d3dabb1136ec963152bb5a9eea17b2e8 Mon Sep 17 00:00:00 2001
From: Gerardo Tauriello <gerardo.tauriello@unibas.ch>
Date: Fri, 7 Apr 2017 15:36:57 +0200
Subject: [PATCH] Clarify indexing of SequenceList.

---
 modules/seq/base/doc/seq.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/seq/base/doc/seq.rst b/modules/seq/base/doc/seq.rst
index 8b1e74105..8e7e91f57 100644
--- a/modules/seq/base/doc/seq.rst
+++ b/modules/seq/base/doc/seq.rst
@@ -292,7 +292,7 @@ The SequenceList
 
   .. method:: __getitem__(key)
 
-    :return: Access sequence(s) *key* (also supports pythonic slicing).
+    :return: Sequence(s) indexed by *key* (supports pythonic slicing).
 
 
 The AlignmentHandle
-- 
GitLab