Skip to content

docs (ai/numpy): Fix typo in dtype for numpy arrays & Updates Py version#3123

Merged
vpollo11 merged 3 commits intomasterfrom
fix/typo-numpy-subject
Dec 17, 2025
Merged

docs (ai/numpy): Fix typo in dtype for numpy arrays & Updates Py version#3123
vpollo11 merged 3 commits intomasterfrom
fix/typo-numpy-subject

Conversation

@vpollo11
Copy link
Copy Markdown
Member

Changes :

  • This PR fixes a typo in the NumPy array initialization where the dtype keyword argument was misspelled as dytpe.
  • The correction ensures the array is properly created with the intended np.int8 data type and prevents a runtime TypeError.
  • Updated the required Python version in the audit from 3.x (x ≥ 9) to 3.x (x ≥ 8).

@vpollo11 vpollo11 self-assigned this Dec 17, 2025
@vpollo11 vpollo11 added the 📕 AI Artificial Intelligence label Dec 17, 2025
Updated Python version requirement from 3.8 to >= 3.9 for virtual environment setup.
Removed a link about the benefits of using Jupyter Notebooks.
Copy link
Copy Markdown
Member

@MSilva95 MSilva95 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@vpollo11 vpollo11 merged commit e9a0643 into master Dec 17, 2025
5 checks passed
@vpollo11 vpollo11 deleted the fix/typo-numpy-subject branch December 17, 2025 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

📕 AI Artificial Intelligence

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants