Opened 17 years ago

Closed 17 years ago

#5280 closed (fixed)

modpython doc: typo in python path ?

Reported by: nsteinmetz@… Owned by: Jacob
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In modpython doc, you have (line 81 of modpython.txt):

    PythonPath "['/var/production/django-apps/', '/var/www'] + sys.path"

Shouldn't it be

    PythonPath "['/usr/local/django-apps/', '/var/www'] + sys.path"

to fit what is said in previous paragraph ?

Change History (6)

comment:1 by nsteinmetz@…, 17 years ago

Same for ;

/var/production/django-apps/weblog/

line 86 ;-)

comment:2 by nsteinmetz@…, 17 years ago

Summary: modpython doc:modpython doc: typo in python path ?

comment:3 by Matt McClanahan <cardinal@…>, 17 years ago

Triage Stage: UnreviewedAccepted

Yep, the example's inconsistent.

comment:4 by Adrian Holovaty, 17 years ago

Resolution: fixed
Status: newclosed

(In [6071]) Fixed #5280 -- Fixed typo in docs/modpython.txt. Thanks, nsteinmetz@…

comment:5 by nsteinmetz@…, 17 years ago

Resolution: fixed
Status: closedreopened

You still have an inconsistence line 86 (see my previous comment)

comment:6 by Russell Keith-Magee, 17 years ago

Resolution: fixed
Status: reopenedclosed

(In [6182]) Fixed #5280 -- Minor typo in modpython docs. Thanks for the attention to detail, nsteinmetz@….

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