Skip to content

Commit b726f21

Browse files
committed
small typos
1 parent c90c009 commit b726f21

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ compile_commands.json
138138
.DS_Store
139139
.idea/
140140

141-
# quddtype
141+
# quaddtype
142142
/quaddtype/subprojects/qblas/
143143
/quaddtype/subprojects/sleef/
144144
.wraplock

quaddtype/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ np.array([1,2,3], dtype=QuadPrecDType("longdouble"))
3434

3535
### Linux/Unix/macOS
3636

37-
Building the `numpy-quaddtype` package from locally installed sleef:
37+
Building the `numpy-quaddtype` package:
3838

3939
```bash
4040
# setup the virtual env

quaddtype/sdist_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ fi
77

88
python -m pip uninstall -y numpy_quaddtype
99
python -m build --sdist --outdir dist/
10-
python -m pip install dist/numpy_quaddtype-0.1.0.tar.gz -v
10+
python -m pip install dist/*.tar.gz -v

0 commit comments

Comments
 (0)