X-Git-Url: https://git.ralfj.de/rust-101.git/blobdiff_plain/cfb905da7555e4ec4a8f1acd09bd7813607aa653..refs/remotes/github/master:/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, '
()?