mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 03:44:55 +00:00 
			
		
		
		
	bpo-47105: Cite grp.h instead of pwd.h in grp docs (GH-32091)
This commit is contained in:
		
							parent
							
								
									bad6ffaa64
								
							
						
					
					
						commit
						ee912ad6f6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -12,7 +12,7 @@ Unix versions.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Group database entries are reported as a tuple-like object, whose attributes
 | 
					Group database entries are reported as a tuple-like object, whose attributes
 | 
				
			||||||
correspond to the members of the ``group`` structure (Attribute field below, see
 | 
					correspond to the members of the ``group`` structure (Attribute field below, see
 | 
				
			||||||
``<pwd.h>``):
 | 
					``<grp.h>``):
 | 
				
			||||||
 | 
					
 | 
				
			||||||
+-------+-----------+---------------------------------+
 | 
					+-------+-----------+---------------------------------+
 | 
				
			||||||
| Index | Attribute | Meaning                         |
 | 
					| Index | Attribute | Meaning                         |
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue