Skip to content

Commit 9354123

Browse files
authored
Merge branch 'master' into patch-34
2 parents 335c60f + 51bba37 commit 9354123

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

errata/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1555,6 +1555,16 @@ filter() 함수는
15551555
마지막으로 피봇 값과 오른쪽 스캔 인덱스 값을 교환하면
15561556
</pre>
15571557

1558+
## 페이지 : 643
1559+
### 오탈자 : 첫 번째 문단 두 번째줄, [주의] 넘파이 ndarray 초기화 함수의 호출의 첫번째 줄(모두 3개의 오자)
1560+
<pre>
1561+
zeors((n,m))
1562+
</pre>
1563+
수정후 : zeors -> zeros
1564+
<pre>
1565+
zeros((n,m))
1566+
</pre>
1567+
15581568
## 페이지 : 644
15591569
### 오탈자 : 첫 번째 문단
15601570
<pre>

0 commit comments

Comments
 (0)