Skip to content

Typo / text length #645

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

Open
d-kleine opened this issue May 14, 2025 · 0 comments
Open

Typo / text length #645

d-kleine opened this issue May 14, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@d-kleine
Copy link
Contributor

Bug description

"- A quick check that the text loaded ok by printing the first and last 100 words"

I assume "words" should be "characters".

Also

"# First 100 characters\n",
"print(text_data[:99])"

and
"# Last 100 characters\n",
"print(text_data[-99:])"

both print 99 characters, not 100 as explained above

What operating system are you using?

None

Where do you run your code?

None

Environment

No response

@d-kleine d-kleine added the bug Something isn't working label May 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants