Opened 19 years ago
Closed 19 years ago
#3939 closed (fixed)
Spelling mistake in modpython doc
| Reported by: | Owned by: | Jacob | |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Just a quick observation on the documentation.
Caution! Is you are using Windows, remember that the path will contain backslashes. This string is passed through Python’s string parser twice, so you need to escape each backslash twice:
I believe that should be an "If" as the first word on the second line.
Thanks for the hard work, so far loving this package.
Change History (2)
comment:1 by , 19 years ago
| Triage Stage: | Unreviewed → Ready for checkin |
|---|---|
| Version: | other branch → SVN |
comment:2 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [4957]) Fixed #3939 -- Fixed typo in docs/modpython.txt. Thanks, jack.mangels@…