python-build-system: Fix typo in module-level comment paragraph.
* guix/build/python-build-system.scm: Fix typo in comment paragraph. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
		
							parent
							
								
									103f488ecb
								
							
						
					
					
						commit
						1ba84bd1af
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -68,7 +68,7 @@
 | 
				
			||||||
;; downloading the package source from PyPI (the Python Package Index).  Both
 | 
					;; downloading the package source from PyPI (the Python Package Index).  Both
 | 
				
			||||||
;; of them import setuptools and execute the "setup.py" file under their
 | 
					;; of them import setuptools and execute the "setup.py" file under their
 | 
				
			||||||
;; control.  Thus the "setup.py" behaves as if the developer had imported
 | 
					;; control.  Thus the "setup.py" behaves as if the developer had imported
 | 
				
			||||||
;; setuptools within setup.py - even is still using only distutils.
 | 
					;; setuptools within setup.py - even if it is still using only distutils.
 | 
				
			||||||
;;
 | 
					;;
 | 
				
			||||||
;; Setuptools' "install" command (to be more precise: the "easy_install"
 | 
					;; Setuptools' "install" command (to be more precise: the "easy_install"
 | 
				
			||||||
;; command which is called by "install") will put the path of the currently
 | 
					;; command which is called by "install") will put the path of the currently
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue