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
063d48d9
Commit
063d48d9
authored
Mar 20, 2016
by
Terry Jan Reedy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #26525: Change ord example from nu to more easily recognized Euro sign.
parent
4902c46b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Doc/library/functions.rst
Doc/library/functions.rst
+2
-2
No files found.
Doc/library/functions.rst
View file @
063d48d9
...
...
@@ -1079,8 +1079,8 @@ are always available. They are listed here in alphabetical order.
Given a string representing one Unicode character, return an integer
representing the Unicode code point of that character. For example,
``ord('a')`` returns the integer ``97`` and ``ord('
ν')`` returns ``957``.
This is the inverse of :func:`chr`.
``ord('a')`` returns the integer ``97`` and ``ord('
€')`` (Euro sign)
returns ``8364``.
This is the inverse of :func:`chr`.
.. function:: pow(x, y[, z])
...
...
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