fix typo (thanks derdon)
This commit is contained in:
		
							parent
							
								
									88cfaebbcb
								
							
						
					
					
						commit
						2b750074f4
					
				| 
						 | 
					@ -73,7 +73,7 @@ you can also use the following functions to implement fixtures::
 | 
				
			||||||
        function. Invoked for every test function in the module.
 | 
					        function. Invoked for every test function in the module.
 | 
				
			||||||
        """
 | 
					        """
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def teardown_method(function):
 | 
					    def teardown_function(function):
 | 
				
			||||||
        """ teardown any state that was previously setup
 | 
					        """ teardown any state that was previously setup
 | 
				
			||||||
        with a setup_function call.
 | 
					        with a setup_function call.
 | 
				
			||||||
        """
 | 
					        """
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue