Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
f86959d8
Commit
f86959d8
authored
Jun 02, 2016
by
R David Murray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#13784: fix xml.sax.reader getColumn/LineNumber docs.
verification and patch by Emily Morehouse.
parent
d85a1e6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Doc/library/xml.sax.reader.rst
Doc/library/xml.sax.reader.rst
+2
-2
No files found.
Doc/library/xml.sax.reader.rst
View file @
f86959d8
...
...
@@ -228,12 +228,12 @@ Instances of :class:`Locator` provide these methods:
.. method:: Locator.getColumnNumber()
Return the column number where the current event
end
s.
Return the column number where the current event
begin
s.
.. method:: Locator.getLineNumber()
Return the line number where the current event
end
s.
Return the line number where the current event
begin
s.
.. method:: Locator.getPublicId()
...
...
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