Skip to content

Commit

Permalink
Update content/numpy/concepts/ndarray/terms/flatten/flatten.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mamta Wardhani <mamta.wardhani@gmail.com>
  • Loading branch information
BaljiSubramani and mamtawardhani authored Jul 3, 2024
1 parent a47fbfa commit 4bce905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/numpy/concepts/ndarray/terms/flatten/flatten.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CatalogContent:
- 'paths/data-science'
---

The `flatten()` function in NumPy is a powerful tool for reshaping multi-dimensional arrays into one-dimensional arrays. This function allows you to simplify complex arrays and make them easier to work with.
The **`.flatten()`** function in NumPy is a powerful tool for reshaping multi-dimensional arrays into one-dimensional arrays. This function simplifies complex arrays and makes them easier to work with.

## Syntax

Expand Down

0 comments on commit 4bce905

Please sign in to comment.