gnu: python-rst.linker: Fix grammar of "allows to automatically replace" to
"automatically replaces". * gnu/packages/python-xyz (python-rst.linker): Fix grammar.
This commit is contained in:
		
							parent
							
								
									eee98f96a6
								
							
						
					
					
						commit
						a3316a35d4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -3552,7 +3552,7 @@ receive files via the SCP1 protocol, as implemented by the OpenSSH
 | 
				
			||||||
    ;; Note: As of version 1.7 the documentation is not worth building.
 | 
					    ;; Note: As of version 1.7 the documentation is not worth building.
 | 
				
			||||||
    (home-page "https://github.com/jaraco/rst.linker")
 | 
					    (home-page "https://github.com/jaraco/rst.linker")
 | 
				
			||||||
    (synopsis "Sphinx plugin to add links and timestamps")
 | 
					    (synopsis "Sphinx plugin to add links and timestamps")
 | 
				
			||||||
    (description "rst.linker allows to automatically replace text by a
 | 
					    (description "rst.linker automatically replaces text by a
 | 
				
			||||||
reStructuredText external reference or timestamps.  It's primary purpose is to
 | 
					reStructuredText external reference or timestamps.  It's primary purpose is to
 | 
				
			||||||
augment the changelog, but it can be used for other documents, too.")
 | 
					augment the changelog, but it can be used for other documents, too.")
 | 
				
			||||||
    (license license:expat)))
 | 
					    (license license:expat)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue