8000 Add missing substitution value · matplotlib/matplotlib@f2fb5ff · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

8000
Appearance settings

Commit f2fb5ff

Browse files
committed
Add missing substitution value
Introduced in 41c9fb7.
1 parent a10964a commit f2fb5ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def all():
165165
os.unlink(link)
166166
else:
167167
raise RuntimeError("doc/{0} should be a directory or symlink -- it"
168-
" isn't")
168+
" isn't".format(link))
169169
if not os.path.exists(link):
170170
if hasattr(os, 'symlink'):
171171
os.symlink(target, link)

0 commit comments

Comments
 (0)
0