Merge pull request #1159 from zoidbergwill/patch-1
Fix typo in parametrize.rst
This commit is contained in:
		
						commit
						2eb345f9b7
					
				| 
						 | 
					@ -196,7 +196,7 @@ As expected our test function fails.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
If you don't specify a stringinput it will be skipped because
 | 
					If you don't specify a stringinput it will be skipped because
 | 
				
			||||||
``metafunc.parametrize()`` will be called with an empty parameter
 | 
					``metafunc.parametrize()`` will be called with an empty parameter
 | 
				
			||||||
listlist::
 | 
					list::
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    $ py.test -q -rs test_strings.py
 | 
					    $ py.test -q -rs test_strings.py
 | 
				
			||||||
    s
 | 
					    s
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue