This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit aea7cb03c341dc295275e5603e448894645e322f
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Wed Feb 21 16:05:44 2024 +0100

    CAMEL-20410: documentation fixes for camel-python
    
    - Fixed samples
    - Fixed grammar and typos
    - Fixed punctuation
    - Added and/or fixed links
    - Converted to use tabs
---
 components/camel-python/src/main/docs/python-language.adoc | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/components/camel-python/src/main/docs/python-language.adoc 
b/components/camel-python/src/main/docs/python-language.adoc
index 7809828a23d..efa93a748c8 100644
--- a/components/camel-python/src/main/docs/python-language.adoc
+++ b/components/camel-python/src/main/docs/python-language.adoc
@@ -16,7 +16,7 @@ used as an xref:manual::expression.adoc[Expression] or 
xref:manual::predicate.ad
 in Camel routes.
 
 For example, you can use Python in a xref:manual::predicate.adoc[Predicate]
-with the xref:eips:choice-eip.adoc[Content Based Router] EIP.
+with the xref:eips:choice-eip.adoc[Content-Based Router] EIP.
 
 == Python Options
 
@@ -46,12 +46,11 @@ include::partial$language-options.adoc[]
 
 == Dependencies
 
-To use Python in your camel routes you need to add the dependency on
+To use Python in your Camel routes, you need to add the dependency on
 *camel-python* which implements the Python language.
 
-If you use maven you could just add the following to your pom.xml,
-substituting the version number for the latest & greatest release (see
-the download page for the latest versions).
+If you use Maven, you could add the following to your `pom.xml`,
+substituting the version number for the latest & greatest release.
 
 [source,xml]
 -------------------------------------

Reply via email to