Skip to content

Commit

Permalink
Fix silly typo in doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc committed Feb 7, 2013
1 parent f645588 commit bc7e43e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Bio/SeqFeature.py
Expand Up @@ -955,8 +955,8 @@ def __init__(self, parts, operator="join"):
>>> min(f)
3
>>> max(12)
10
>>> max(f)
12
>>> f.start == min(f)
True
>>> f.end == max(f) + 1
Expand Down

0 comments on commit bc7e43e

Please sign in to comment.