Fix three spaces instead of four in docs
This commit is contained in:
		
							parent
							
								
									1b5322da1b
								
							
						
					
					
						commit
						f786534173
					
				| 
						 | 
					@ -91,7 +91,7 @@ In the context manager form you may use the keyword argument
 | 
				
			||||||
``message`` to specify a custom failure message::
 | 
					``message`` to specify a custom failure message::
 | 
				
			||||||
 | 
					
 | 
				
			||||||
     >>> with raises(ZeroDivisionError, message="Expecting ZeroDivisionError"):
 | 
					     >>> with raises(ZeroDivisionError, message="Expecting ZeroDivisionError"):
 | 
				
			||||||
     ...    pass
 | 
					     ...     pass
 | 
				
			||||||
     ... Failed: Expecting ZeroDivisionError
 | 
					     ... Failed: Expecting ZeroDivisionError
 | 
				
			||||||
 | 
					
 | 
				
			||||||
If you want to write test code that works on Python 2.4 as well,
 | 
					If you want to write test code that works on Python 2.4 as well,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue