Merge lp:~rvb/testtools/testtools-doc-fixes into lp:~testtools-committers/testtools/trunk

Proposed by Raphaël Badin
Status: Merged
Approved by: Jonathan Lange
Approved revision: 257
Merged at revision: 257
Proposed branch: lp:~rvb/testtools/testtools-doc-fixes
Merge into: lp:~testtools-committers/testtools/trunk
Diff against target: 21 lines (+2/-2)
1 file modified
testtools/matchers.py (+2/-2)
To merge this branch: bzr merge lp:~rvb/testtools/testtools-doc-fixes
Reviewer Review Type Date Requested Status
Jonathan Lange Approve
Review via email: mp+103878@code.launchpad.net

Commit message

Minor doc fixes.

Description of the change

Minor doc fixes.

To post a comment you must log in.
Revision history for this message
Jonathan Lange (jml) wrote :

Thanks so much!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'testtools/matchers.py'
2--- testtools/matchers.py 2011-12-21 01:17:35 +0000
3+++ testtools/matchers.py 2012-04-27 13:43:27 +0000
4@@ -642,7 +642,7 @@
5
6
7 class Contains(Matcher):
8- """Checks whether something is container in another thing."""
9+ """Checks whether something is contained in another thing."""
10
11 def __init__(self, needle):
12 """Create a Contains Matcher.
13@@ -684,7 +684,7 @@
14
15
16 class EndsWith(Matcher):
17- """Checks whether one string starts with another."""
18+ """Checks whether one string ends with another."""
19
20 def __init__(self, expected):
21 """Create a EndsWith Matcher.

Subscribers

People subscribed via source and target branches