Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pystache_custom
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
pystache_custom
Commits
f2d1b0ad
Commit
f2d1b0ad
authored
May 05, 2012
by
Chris Jerdonek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tweaked two docstrings.
parent
cf1c649f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
pystache/parser.py
+2
-2
No files found.
pystache/parser.py
View file @
f2d1b0ad
...
...
@@ -176,7 +176,7 @@ class Parser(object):
def
_make_interpolation_node
(
self
,
tag_type
,
tag_key
,
leading_whitespace
):
"""
Create and return a no
de of
the parse tree.
Create and return a no
n-section node for
the parse tree.
"""
# TODO: switch to using a dictionary instead of a bunch of ifs and elifs.
...
...
@@ -202,7 +202,7 @@ class Parser(object):
def
_make_section_node
(
self
,
template
,
tag_type
,
tag_key
,
parsed_section
,
section_start_index
,
section_end_index
):
"""
Create and return a
node of
the parse tree.
Create and return a
section node for
the parse tree.
"""
if
tag_type
==
'#'
:
...
...
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