소스 검색

on windows ctrl-z is used instead of ctrl-d

dbojan 9 년 전
부모
커밋
a653679387
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      exceptions.md

+ 1 - 1
exceptions.md

@@ -21,7 +21,7 @@ Observe that a `NameError` is raised and also the location where the error was d
 
 ## Exceptions
 
-We will **try** to read input from the user. Press `[ctrl-d]` and see what happens.
+We will **try** to read input from the user. Press `[ctrl-d]`, (or `[ctrl-z]` if you are using Windows), and see what happens.
 
 ```python
 >>> s = input('Enter something --> ')