Skip to content

Commit

Permalink
Fixing typo on Python guide (#633)
Browse files Browse the repository at this point in the history
Fixing type on Python guide

The format does not look good with that extra space
  • Loading branch information
fjtirado authored May 20, 2024
1 parent 367ed7a commit 5c71be4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This document describes how to integrate python scripts and functions into your

== Enable Python support

To enable Python support, you must add the Python add-on dependency to your {prouct_name} module `pom.xml` file
To enable Python support, you must add the Python add-on dependency to your {product_name} module `pom.xml` file

[source,xml]
----
Expand Down Expand Up @@ -112,4 +112,4 @@ The link:{kogito_sw_examples_url}/serverless-workflow-openvino-quarkus[Openvino]
* xref:core/custom-functions-support.adoc[Custom functions for your {product_name} service]
* xref:core/understanding-jq-expressions.adoc[Understanding JQ expressions]

include::../../../_common-content/report-issue.adoc[]
include::../../../_common-content/report-issue.adoc[]

0 comments on commit 5c71be4

Please sign in to comment.