Minor patch changes to PR #3438

This commit is contained in:
Andrew Chen
2017-04-19 12:10:04 -07:00
parent 7f0294c579
commit 8f872afcd7
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import subprocess
import re
# Finds the docuements to rewrite by for files that include user-guide-content-moved.md.
# Finds the documents to rewrite for files that include user-guide-content-moved.md.
# Then opens these files and processes the stuff after those lines to figure out where
# the line should move to.
# Returns a list of ('old/path', 'new/path') tuples.