Skip to content

Commit

Permalink
Merged fixes for typos, missing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Apr 13, 2001
1 parent b2e0e89 commit a37bc24
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions DT_In.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@
sort options. This calculated parameter allows you to calculate the
list of sort options on the fly.
sort_expr -- This allows an expression to control sort order.
reverse -- Reverse the sequence (may be combined with sort). Note
that this can cause a huge memory use in lazy activation instances.
Expand Down Expand Up @@ -400,8 +402,8 @@
''' #'

__rcs_id__='$Id: DT_In.py,v 1.47 2001/04/12 14:53:53 andreas Exp $'
__version__='$Revision: 1.47 $'[11:-2]
__rcs_id__='$Id: DT_In.py,v 1.48 2001/04/13 19:31:42 brian Exp $'
__version__='$Revision: 1.48 $'[11:-2]

from DT_Util import ParseError, parse_params, name_param, str
from DT_Util import render_blocks, InstanceDict, ValidationError, VSEval, expr_globals
Expand Down

0 comments on commit a37bc24

Please sign in to comment.