Skip to content

fix: Correct typos and formatting in the README.md file. #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 29, 2025

Conversation

YouMingYeh
Copy link
Contributor

  • Fixed typo in the Cargo.toml example: removed the stray extra comma so the tauri-plugin-python entry now reads
    tauri-plugin-python = { version = "0.3", features = ["pyo3"] }
  • Added missing colon in the Python function declaration in src-tauri/src-python/main.py examples:
    def greet_python(rust_var):
        return str(rust_var) + " from python"
  • Tidied up surrounding comments and spacing for consistency.

No behavior changes; documentation only.

@marcomq marcomq merged commit 0838430 into marcomq:main Apr 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants