File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ def _repr_html_(self):
225
225
doc += f'<blockquote><pre><code>{ self .nm } { sig } </code></pre></blockquote>'
226
226
if self .docs :
227
227
doc += f"<p><i>{ self .docs } </i></p>"
228
- if src : doc += f"<br/>{ _html_link (src , " source" )} "
228
+ if src : doc += f"<br/>{ _html_link (src , ' source' )} "
229
229
if self .dm .has_docment : doc += _create_html_table (str (self .dm ))
230
230
return doc
231
231
Original file line number Diff line number Diff line change 1013
1013
" doc += f'<blockquote><pre><code>{self.nm} {sig}</code></pre></blockquote>'\n " ,
1014
1014
" if self.docs:\n " ,
1015
1015
" doc += f\" <p><i>{self.docs}</i></p>\"\n " ,
1016
- " if src: doc += f\" <br/>{_html_link(src, \" source\" )}\"\n " ,
1016
+ " if src: doc += f\" <br/>{_html_link(src, ' source' )}\"\n " ,
1017
1017
" if self.dm.has_docment: doc += _create_html_table(str(self.dm))\n " ,
1018
1018
" return doc\n " ,
1019
1019
" \n " ,
You can’t perform that action at this time.
0 commit comments