X-Git-Url: https://git.ralfj.de/rust-101.git/blobdiff_plain/5e5fce4374c181273dba7182706301e8118bfcf3..2eb15e9ad4c5f980bb007347146568fd41223011:/pycco-rs?ds=sidebyside diff --git a/pycco-rs b/pycco-rs index c884311..3e6b29d 100755 --- a/pycco-rs +++ b/pycco-rs @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # A little wrapper around pycco, to add Rust support. import pycco, pycco_resources from pygments import lexers, formatters @@ -32,13 +32,13 @@ def generate_documentation(*args, **kwargs): generate_documentation_called = True result = generate_documentation_orig(*args, **kwargs) # now patch it - result = patch_html(result, '', - '') - result = patch_html(result, '
()?