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

Исправление неточности в главе 10 #1394

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

shkabaturd
Copy link

В оригинале: We store a list of integers in the variable number_list and place a reference to the first number in the list in a variable named largest.

В книге было: Сохраним список целых чисел в переменной number_list и поместим первое значение из списка в переменную largest.

"первое значение" выглядит странно, так как в largest помещается именно ссылка на первое значение

Спасибо за Pull Request!

Прежде чем отправлять PR, ознакомься с правилами перевода.
Все PR касающиеся перевода, оформленные не по правилам, будут отклонены.

В оригинале: We store a list of integers in the variable number_list and place a reference to the first number in the list in a variable named largest.

В книге было: Сохраним список целых чисел в переменной number_list и поместим первое значение из списка в переменную largest.

"первое значение" выглядит странно, так как в largest помещается именно ссылка на первое значение
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant