Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.71 KB

File metadata and controls

27 lines (17 loc) · 1.71 KB

感谢读者们的反馈 🙏

  1. 第23页,“字典”应改为“列表”。
  1. 第80页,“不要在二进制模式中使用seek”应该为“以二进制以外的任何模式打开文件时要当心使用seek”。
  1. 第99页,改为“使用与轴数量相同的整数数组,花式索引的结果总是一维的。”
  1. 第218页,表7-4中的“Istrip”应改为“lstrip”(小写的L)。
  1. 第219页,“re.split("\s+", text)”应该为“re.split(r"\s+", text)”。
  1. 第224页,“Istrip”应改为“lstrip”(小写的L)。
  1. 第244页,两个“58”应改为“59”。
  1. 第372页,“span=60”应改为“span=30”。