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
0811f2d8
Commit
0811f2d8
authored
May 28, 2019
by
Julien Palard
Committed by
GitHub
May 28, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doc: Space breaking whole definition. (GH-13615)
parent
9a7e5b1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Doc/glossary.rst
Doc/glossary.rst
+1
-1
No files found.
Doc/glossary.rst
View file @
0811f2d8
...
...
@@ -225,7 +225,7 @@ Glossary
statement
by
defining
:
meth
:`
__enter__
`
and
:
meth
:`
__exit__
`
methods
.
See
:
pep
:`
343
`.
context
variable
context
variable
A
variable
which
can
have
different
values
depending
on
its
context
.
This
is
similar
to
Thread
-
Local
Storage
in
which
each
execution
thread
may
have
a
different
value
for
a
variable
.
However
,
with
context
...
...
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