Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit a35d609

Browse files
committed
Space added after instruction.
Signed-off-by: Arun Prakash Jana <[email protected]>
1 parent b97ae88 commit a35d609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ while nav == "n" or nav == "p":
275275
parser.feed(resp.read())
276276

277277
oldstart = start
278-
nav = raw_input("Press 'n' or 'p' and Enter to continue...")
278+
nav = raw_input("Press 'n' or 'p' and Enter to continue... ")
279279
if nav == "n":
280280
if num != None:
281281
start = str(int(start) + int(num))

0 commit comments

Comments
 (0)