diff --git a/tripy/docs/pre0_user_guides/00-introduction-to-tripy.md b/tripy/docs/pre0_user_guides/00-introduction-to-tripy.md index ef17e40b..dfcc5479 100644 --- a/tripy/docs/pre0_user_guides/00-introduction-to-tripy.md +++ b/tripy/docs/pre0_user_guides/00-introduction-to-tripy.md @@ -74,7 +74,7 @@ Now let's benchmark the compiled version against eager mode: from nvtripy.frontend.cache import global_cache global_cache._cache.clear() -`` +``` --> ```py