Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[誤植] pp_symbolsから"$"が抜けている #28

Closed
tomotakatakahashi opened this issue Dec 5, 2021 · 1 comment
Closed

[誤植] pp_symbolsから"$"が抜けている #28

tomotakatakahashi opened this issue Dec 5, 2021 · 1 comment
Assignees
Labels

Comments

@tomotakatakahashi
Copy link

p. 307、 code 10.3 で、

if e3 == 0:
    PP.append("")

とありますが、おそらく

if e3 == 0:
    PP.append("$")

の誤植だと思います。リポジトリ内のコードでは正しく "$" がappendされているようです。(たとえば 

@r9y9 r9y9 self-assigned this Dec 6, 2021
@r9y9 r9y9 added the 誤植 label Dec 6, 2021
@r9y9
Copy link
Owner

r9y9 commented Dec 6, 2021

ご指摘ありがとうございます。指摘の通りで正しいです。正誤表をアップデートしました。

@r9y9 r9y9 closed this as completed Dec 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants