We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d155cc commit 1e9f447Copy full SHA for 1e9f447
doc/source/conf.py
@@ -77,7 +77,7 @@
77
78
if ds:
79
print("I'm about to DELETE the following:\n%s\n" % list(sorted(ds)))
80
- sys.stdout.write("WARNING: I'd like to delete those to speed up proccesing (yes/no)? ")
+ sys.stdout.write("WARNING: I'd like to delete those to speed up processing (yes/no)? ")
81
answer = raw_input()
82
83
if answer.lower().strip() in ('y','yes'):
0 commit comments