Skip to content

Commit b959e7f

Browse files
authored
Merge pull request #6 from sobolevn/patch-1
Fix typo
2 parents 3da69a3 + 8d04dd4 commit b959e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ It's likely you will never face most of them, but if you will, `@parametrize` wi
9898
def f(a):
9999
...
100100

101-
parametrize('a', (1, 2))(func)
101+
parametrize('a', (1, 2))(f)
102102
```
103103
```py
104104
RuntimeError: Unable to find any parametrizes in decorators, please rewrite decorator name to match any of detected names @{'parametrize'}

0 commit comments

Comments
 (0)