Skip to content

Commit 2654a34

Browse files
committed
Update
1 parent caa45fe commit 2654a34

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/spelling.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,15 +136,12 @@ jobs:
136136
echo "$SPELLCHECK_LOG" >> $GITHUB_OUTPUT
137137
echo "SPELLEOF" >> $GITHUB_OUTPUT
138138
139-
echo "Debug: FINAL_EXIT_CODE=$FINAL_EXIT_CODE"
140-
echo "Debug: spell_failed=true was set"
141-
142139
if [ $FINAL_EXIT_CODE -ne 0 ]; then
143140
echo "Spell check failed! See above for details."
144141
echo
145142
echo "Here are a few tips:"
146143
echo "- All PyTorch API objects must be in double backticks or use an intersphinx directive."
147-
echo " Example: ``torch.nn``, :func:`torch.load`"
144+
echo " Example: ``torch.nn``, :func:"
148145
echo "- Consult en-wordlist.txt for spellings of some of the words."
149146
echo " You can add a word to en-wordlist.txt if:"
150147
echo " 1) It's a common abbreviation, like RNN."

0 commit comments

Comments
 (0)