diff --git a/content/numpy/concepts/ndarray/terms/fill/fill.md b/content/numpy/concepts/ndarray/terms/fill/fill.md index 52b61667a14..4d03a935bdd 100644 --- a/content/numpy/concepts/ndarray/terms/fill/fill.md +++ b/content/numpy/concepts/ndarray/terms/fill/fill.md @@ -1,5 +1,5 @@ --- -Title: '.fiil()' +Title: '.fill()' Description: 'Fills a NumPy array with a specified scalar value.' Subjects: - 'Code Foundations'