mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 03:44:55 +00:00 
			
		
		
		
	bpo-37253: Fix typo in PyCompilerFlags doc (GH-14036)
Remove ";" to fix Sphinx formatting.
This commit is contained in:
		
							parent
							
								
									37d66d7d4b
								
							
						
					
					
						commit
						a04ea4f92c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -394,7 +394,7 @@ the same library that the Python runtime is using.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      Compiler flags.
 | 
					      Compiler flags.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   .. c:member:: int cf_feature_version;
 | 
					   .. c:member:: int cf_feature_version
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      *cf_feature_version* is the minor Python version. It should be
 | 
					      *cf_feature_version* is the minor Python version. It should be
 | 
				
			||||||
      initialized to ``PY_MINOR_VERSION``.
 | 
					      initialized to ``PY_MINOR_VERSION``.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue