mirror of
https://github.com/postgres/postgres.git
synced 2026-01-05 23:38:41 +03:00
Remove duplicate words in docs and code comments.
Additionally, add a missing "the" in a couple of places. Author: Vignesh C, Dagfinn Ilmari Mannsåker Discussion: http://postgr.es/m/CALDaNm28t+wWyPfuyqEaARS810Je=dRFkaPertaLAEJYY2cWYQ@mail.gmail.com
This commit is contained in:
@@ -46,7 +46,7 @@ def main():
|
||||
|
||||
def config_from(config_src):
|
||||
"""return contents of config file `config_src`, surrounded by markers
|
||||
indicating start / end of the the included file
|
||||
indicating start / end of the included file
|
||||
"""
|
||||
|
||||
config_contents = fs.read(config_src)
|
||||
|
||||
Reference in New Issue
Block a user