Skip to content

Comments

Fix reStructuredText syntax error in quickstart docs#485

Merged
kiancross merged 1 commit intotmbo:masterfrom
veeceey:fix/issue-380-docs-syntax-error
Feb 12, 2026
Merged

Fix reStructuredText syntax error in quickstart docs#485
kiancross merged 1 commit intotmbo:masterfrom
veeceey:fix/issue-380-docs-syntax-error

Conversation

@veeceey
Copy link
Contributor

@veeceey veeceey commented Feb 8, 2026

Summary

  • Fixed reStructuredText syntax error in quickstart documentation
  • Removed extra backtick in :meth: directive reference to questionary.form
  • The syntax should be :meth:\~questionary.form`not`:meth:`~questionary.form```

Issue

Fixes #380

Test plan

  • Verified the syntax change follows proper reStructuredText formatting
  • Documentation should now build without syntax errors
  • The reference link to questionary.form will render correctly

Changes

Before: the order they are passed to \:meth:`~questionary.form``.After:the order they are passed to :meth:`~questionary.form`.`

Remove extra backtick in :meth: directive reference to questionary.form.
The syntax should be :meth:\`~questionary.form\` not \`:meth:\`~questionary.form\`\`.

Fixes tmbo#380
Copy link
Collaborator

@kiancross kiancross left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@kiancross kiancross merged commit 557d427 into tmbo:master Feb 12, 2026
37 checks passed
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.

Fix syntax error in documentation

2 participants