Opened 3 months ago

Closed 3 months ago

Last modified 3 months ago

#36454 closed Cleanup/optimization (fixed)

Typo in tutorial

Reported by: ruvilonix Owned by: ruvilonix
Component: Documentation Version: 5.1
Severity: Normal Keywords:
Cc: ruvilonix, Timothy Schilling Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

Very tiny typo in documentation: "of" should be "or".

https://docs.djangoproject.com/en/5.2/intro/tutorial08/#getting-help-from-others

If the problem is with a specific package, check if there’s a troubleshooting of FAQ in the package’s documentation.

Change History (10)

comment:1 by David Sanders, 3 months ago

Cc: tim-schilling added
Triage Stage: UnreviewedAccepted

Thanks the grammar is incorrect in the section you've shown, will ask the author of that section to clarify 👍

comment:2 by David Sanders, 3 months ago

Cc: Timothy Schilling added; tim-schilling removed

comment:3 by Sarah Boyce, 3 months ago

Type: UncategorizedCleanup/optimization

Thank you
In future, we prefer a PR without a ticket when resolving typos: https://docs.djangoproject.com/en/5.2/internals/contributing/writing-code/submitting-patches/#typo-fixes-and-trivial-documentation-changes
Can you submit a PR?

comment:4 by Timothy Schilling, 3 months ago

Agreed, "of" doesn't make sense there. I likely intended "or".

in reply to:  3 comment:5 by ruvilonix, 3 months ago

Replying to Sarah Boyce:

Thank you
In future, we prefer a PR without a ticket when resolving typos: ​https://docs.djangoproject.com/en/5.2/internals/contributing/writing-code/submitting-patches/#typo-fixes-and-trivial-documentation-changes
Can you submit a PR?

I'll keep it mind for the future. And sure. Hopefully I did it correctly: https://github.com/django/django/pull/19554

comment:6 by ruvilonix, 3 months ago

Has patch: set

comment:7 by Sarah Boyce, 3 months ago

Owner: set to ruvilonix
Status: newassigned

comment:8 by Sarah Boyce, 3 months ago

Triage Stage: AcceptedReady for checkin

comment:9 by Sarah Boyce <42296566+sarahboyce@…>, 3 months ago

Resolution: fixed
Status: assignedclosed

In f5cb757:

Fixed #36454 -- Fixed typo in docs/intro/tutorial08.txt.

comment:10 by Sarah Boyce <42296566+sarahboyce@…>, 3 months ago

In e3b2370:

[5.2.x] Fixed #36454 -- Fixed typo in docs/intro/tutorial08.txt.

Backport of 87a5ae6c5b55da922e47226e6d54c6d26466a0bd from main.

Note: See TracTickets for help on using tickets.
Back to Top