Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
ff962f11
Commit
ff962f11
authored
Oct 16, 2001
by
Ken Manheimer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Grammar: "sort option must contain" instead of "sort option must
contains".
parent
29e70622
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lib/python/DocumentTemplate/DT_In.py
lib/python/DocumentTemplate/DT_In.py
+3
-3
No files found.
lib/python/DocumentTemplate/DT_In.py
View file @
ff962f11
...
@@ -402,8 +402,8 @@
...
@@ -402,8 +402,8 @@
'''
#'
'''
#'
__rcs_id__
=
'$Id: DT_In.py,v 1.5
4 2001/08/14 17:23:58 andreasjung
Exp $'
__rcs_id__
=
'$Id: DT_In.py,v 1.5
5 2001/10/16 15:29:55 klm
Exp $'
__version__
=
'$Revision: 1.5
4
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.5
5
$'
[
11
:
-
2
]
import
sys
import
sys
from
DT_Util
import
ParseError
,
parse_params
,
name_param
,
str
from
DT_Util
import
ParseError
,
parse_params
,
name_param
,
str
...
@@ -904,7 +904,7 @@ def make_sortfunctions(sortfields, md):
...
@@ -904,7 +904,7 @@ def make_sortfunctions(sortfields, md):
elif
l
==
3
:
elif
l
==
3
:
pass
pass
else
:
else
:
raise
SyntaxError
,
"sort option must contain
s
no more than 2 slashes"
raise
SyntaxError
,
"sort option must contain no more than 2 slashes"
f_name
=
f
[
1
]
f_name
=
f
[
1
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment