File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 8
8
9
9
--------------
10
10
11
- This module allows a Python program to determine if a string is a keyword.
11
+ This module allows a Python program to determine if a string is a
12
+ :ref: `keyword <keywords >`.
12
13
13
14
14
15
.. function :: iskeyword(s)
15
16
16
- Return ``True `` if *s * is a Python keyword.
17
+ Return ``True `` if *s * is a Python :ref: ` keyword < keywords >` .
17
18
18
19
19
20
.. data :: kwlist
20
21
21
- Sequence containing all the keywords defined for the interpreter. If any
22
- keywords are defined to only be active when particular :mod: ` __future__ `
23
- statements are in effect, these will be included as well.
22
+ Sequence containing all the :ref: ` keywords < keywords >` defined for the
23
+ interpreter. If any keywords are defined to only be active when particular
24
+ :mod: ` __future__ ` statements are in effect, these will be included as well.
You can’t perform that action at this time.
0 commit comments