Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
e37bc579
Commit
e37bc579
authored
Dec 22, 2021
by
Sylvain Gugger
Browse files
Fix typo in error message
parent
17efc806
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
utils/check_repo.py
utils/check_repo.py
+1
-1
No files found.
utils/check_repo.py
View file @
e37bc579
...
@@ -635,7 +635,7 @@ def check_docstrings_are_in_md():
...
@@ -635,7 +635,7 @@ def check_docstrings_are_in_md():
raise
ValueError
(
raise
ValueError
(
"The following files have docstrings written in rst:
\n
"
"The following files have docstrings written in rst:
\n
"
+
"
\n
"
.
join
([
f
"-
{
f
}
"
for
f
in
files_with_rst
])
+
"
\n
"
.
join
([
f
"-
{
f
}
"
for
f
in
files_with_rst
])
+
"To fix this run `doc
_
builder convert path_to_py_file` after installing `doc
_
builder`
\n
"
+
"To fix this run `doc
-
builder convert path_to_py_file` after installing `doc
-
builder`
\n
"
"(`pip install git+https://github.com/huggingface/doc-builder`)"
"(`pip install git+https://github.com/huggingface/doc-builder`)"
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment