From 8e6bf1875f59296a47f2df5e4e9e830238d88c88 Mon Sep 17 00:00:00 2001 From: "C. Titus Brown" Date: Sun, 16 Oct 2022 11:01:15 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Georg Brandl --- guide/src/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/src/getting_started.md b/guide/src/getting_started.md index ceb63ee8..74ef80ff 100644 --- a/guide/src/getting_started.md +++ b/guide/src/getting_started.md @@ -136,7 +136,7 @@ classifiers = [ ## Running code -After this you can setup rust code to be available in python as below; for example, you can place this code in `src/lib.rs` +After this you can setup rust code to be available in python as below; for example, you can place this code in `src/lib.rs`: ```rust use pyo3::prelude::*;