mirror of
				https://github.com/django/django.git
				synced 2025-11-04 13:39:16 +00:00 
			
		
		
		
	Fixed typo in docs/ref/contrib/gis/geos.txt.
This commit is contained in:
		
							parent
							
								
									e1fa7dffdc
								
							
						
					
					
						commit
						fef26e9a87
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -226,7 +226,7 @@ Returns a boolean indicating whether the geometry is a ``LinearRing``.
 | 
				
			||||||
Returns a boolean indicating whether the geometry is 'simple'. A geometry
 | 
					Returns a boolean indicating whether the geometry is 'simple'. A geometry
 | 
				
			||||||
is simple if and only if it does not intersect itself (except at boundary
 | 
					is simple if and only if it does not intersect itself (except at boundary
 | 
				
			||||||
points).  For example, a :class:`LineString` object is not simple if it
 | 
					points).  For example, a :class:`LineString` object is not simple if it
 | 
				
			||||||
intersects itself. Thus, :class:`LinearRing` and :class`Polygon` objects
 | 
					intersects itself. Thus, :class:`LinearRing` and :class:`Polygon` objects
 | 
				
			||||||
are always simple because they do cannot intersect themselves, by
 | 
					are always simple because they do cannot intersect themselves, by
 | 
				
			||||||
definition.
 | 
					definition.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue