Skip to content

Commit 76c8ddb

Browse files
authored
Update README.md
1 parent 8dc1005 commit 76c8ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hypothesis/set/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This implementation hides two bugs:
4848

4949
## Invariant: no duplicates
5050

51-
The [`test_nodup`](set_nodop.py) invariant ensures that the `Set` implementation never contains duplicate elements:
51+
The [`test_nodup`](set_nodup.py) invariant ensures that the `Set` implementation never contains duplicate elements:
5252
```python
5353
@invariant()
5454
def test_nodup(self):

0 commit comments

Comments
 (0)