File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
--------------
10
10
11
11
This module allows a Python program to determine if a string is a
12
- :ref: `keyword <keywords >`.
12
+ :ref: `keyword <keywords >` or :ref: ` soft keyword < soft-keywords >` .
13
13
14
14
15
15
.. function :: iskeyword(s)
@@ -26,14 +26,14 @@ This module allows a Python program to determine if a string is a
26
26
27
27
.. function :: issoftkeyword(s)
28
28
29
- Return ``True `` if *s * is a Python soft :ref: `keyword <keywords >`.
29
+ Return ``True `` if *s * is a Python :ref: `soft keyword <soft- keywords >`.
30
30
31
31
.. versionadded :: 3.9
32
32
33
33
34
34
.. data :: softkwlist
35
35
36
- Sequence containing all the soft :ref: `keywords <keywords >` defined for the
36
+ Sequence containing all the :ref: `soft keywords <soft- keywords >` defined for the
37
37
interpreter. If any soft keywords are defined to only be active when particular
38
38
:mod: `__future__ ` statements are in effect, these will be included as well.
39
39
You can’t perform that action at this time.
0 commit comments