Skip to content

Commit 53269a5

Browse files
Update loading_arrays_from_files.md
changed format
1 parent efb68d9 commit 53269a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/numpy/loading_arrays_from_files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Scientific computing and data analysis require the critical feature of being abl
44
## Here are the methods available:
55

66
### 1. numpy.loadtxt():
7-
The loadtxt function allows you to load data from a text file.You can specify various parameters such as the file name, data type, delimiter,
7+
The `loadtxt` function allows you to load data from a text file.You can specify various parameters such as the file name, data type, delimiter,
88
and more. It reads the file line by line, splits it at the specified delimiter, and converts the values into an array.
99

1010
- #### Syntax:

0 commit comments

Comments
 (0)