mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-10-31 07:57:35 +03:00 
			
		
		
		
	Add missing docstrings
This commit is contained in:
		
							parent
							
								
									da10a049a6
								
							
						
					
					
						commit
						2e72683baa
					
				|  | @ -1,4 +1,7 @@ | ||||||
| # coding: utf-8 | # coding: utf-8 | ||||||
|  | """Test that tokens are created correctly for contractions.""" | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
| from __future__ import unicode_literals | from __future__ import unicode_literals | ||||||
| 
 | 
 | ||||||
| import pytest | import pytest | ||||||
|  |  | ||||||
|  | @ -1,4 +1,7 @@ | ||||||
| # coding: utf-8 | # coding: utf-8 | ||||||
|  | """Test that open, closed and paired punctuation is split off correctly.""" | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
| from __future__ import unicode_literals | from __future__ import unicode_literals | ||||||
| 
 | 
 | ||||||
| import pytest | import pytest | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user