Fix typo in fixture.rst
Example referenced the wrong function name
This commit is contained in:
		
							parent
							
								
									68bb0db808
								
							
						
					
					
						commit
						479209bde1
					
				|  | @ -410,7 +410,7 @@ example, consider this file: | ||||||
| 
 | 
 | ||||||
| .. literalinclude:: /example/fixtures/test_fixtures_order_autouse_multiple_scopes.py | .. literalinclude:: /example/fixtures/test_fixtures_order_autouse_multiple_scopes.py | ||||||
| 
 | 
 | ||||||
| Even though nothing in ``TestClassWithC1Request`` is requesting ``c1``, it still | Even though nothing in ``TestClassWithoutC1Request`` is requesting ``c1``, it still | ||||||
| is executed for the tests inside it anyway: | is executed for the tests inside it anyway: | ||||||
| 
 | 
 | ||||||
| .. image:: /example/fixtures/test_fixtures_order_autouse_multiple_scopes.svg | .. image:: /example/fixtures/test_fixtures_order_autouse_multiple_scopes.svg | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue