Skip to content

Commit 7370c1b

Browse files
committed
Fix typo
1 parent fa552c0 commit 7370c1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/typing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
echo -e "## docstub output\n\`\`\`" >> $GITHUB_STEP_SUMMARY
4949
(set -o pipefail && \
50-
docstub run --verbose --group-errors --allow-errors=803 \
50+
docstub run --verbose --group-errors --allow-errors=802 \
5151
--workers -1 --out-dir ${MYPYPATH}/skimage src/skimage/ \
5252
2>&1 | tee -a $GITHUB_STEP_SUMMARY)
5353
echo -e "\`\`\`" >> $GITHUB_STEP_SUMMARY

src/skimage/feature/orb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class ORB(FeatureDetector, DescriptorExtractor):
5959
6060
Attributes
6161
----------
62-
keypoints : (N, 2) ndarray of shape (N, 2)
62+
keypoints : ndarray of shape (N, 2)
6363
Keypoint coordinates as ``(row, col)``.
6464
scales : ndarray of shape (N,)
6565
Corresponding scales.

0 commit comments

Comments
 (0)