Django

Code

Ticket #5280 (closed: fixed)

Opened 1 year ago

Last modified 1 year ago

modpython doc: typo in python path ?

Reported by: nsteinmetz@gmail.com Assigned to: jacob
Milestone: Component: Documentation
Version: SVN Keywords:
Cc: Triage Stage: Accepted
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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 ?

Attachments

Change History

08/28/07 06:58:10 changed by nsteinmetz@gmail.com

  • needs_better_patch changed.
  • needs_tests changed.
  • needs_docs changed.

Same for ;

/var/production/django-apps/weblog/

line 86 ;-)

08/28/07 16:30:40 changed by nsteinmetz@gmail.com

  • summary changed from modpython doc: to modpython doc: typo in python path ?.

08/29/07 15:56:00 changed by Matt McClanahan <cardinal@dodds.net>

  • stage changed from Unreviewed to Accepted.

Yep, the example's inconsistent.

09/09/07 12:21:37 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

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

09/10/07 03:37:40 changed by nsteinmetz@gmail.com

  • status changed from closed to reopened.
  • resolution deleted.

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

09/14/07 03:49:03 changed by russellm

  • status changed from reopened to closed.
  • resolution set to fixed.

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


Add/Change #5280 (modpython doc: typo in python path ?)




Change Properties
Action