Skip to content

Commit 1e9f447

Browse files
author
y-p
committed
CLN: typo
1 parent 3d155cc commit 1e9f447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777

7878
if ds:
7979
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)? ")
80+
sys.stdout.write("WARNING: I'd like to delete those to speed up processing (yes/no)? ")
8181
answer = raw_input()
8282

8383
if answer.lower().strip() in ('y','yes'):

0 commit comments

Comments
 (0)