API Docs: Fix corrupted document of gpu.select.load_id
The Python API document of gpu.select.load_id does not follow rst format. c.f. https://docs.blender.org/api/current/gpu.select.html This patch fixes it. Reviewed By: Blendify Differential Revision: https://developer.blender.org/D8547
This commit is contained in:
		@@ -41,7 +41,7 @@
 | 
			
		||||
 * \{ */
 | 
			
		||||
 | 
			
		||||
PyDoc_STRVAR(bpygpu_select_load_id_doc,
 | 
			
		||||
             "load_id(id)\n"
 | 
			
		||||
             ".. function:: load_id(id)\n"
 | 
			
		||||
             "\n"
 | 
			
		||||
             "   Set the selection ID.\n"
 | 
			
		||||
             "\n"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user