[Python-checkins] peps: s/alteration/modification/

antoine.pitrou python-checkins at python.org
Fri Oct 25 21:10:07 CEST 2013


http://hg.python.org/peps/rev/5af06ad9c586
changeset:   5220:5af06ad9c586
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Fri Oct 25 21:09:57 2013 +0200
summary:
  s/alteration/modification/

files:
  pep-0428.txt |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/pep-0428.txt b/pep-0428.txt
--- a/pep-0428.txt
+++ b/pep-0428.txt
@@ -647,8 +647,8 @@
     b'#!/usr/bin/env '
 
 
-Filesystem alteration
----------------------
+Filesystem modification
+-----------------------
 
 Several common filesystem operations are provided as methods: ``touch()``,
 ``mkdir()``, ``rename()``, ``replace()``, ``unlink()``, ``rmdir()``,

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list