Skip to content

Commit 63f54b1

Browse files
lysnikolaouhugovk
andauthored
Apply suggestions from code review
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent c250bcd commit 63f54b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/library/threading.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Thread-Local Data
261261
-----------------
262262

263263
Thread-local data is data whose values are thread specific. If you
264-
have data that you want to be local to a thread, simply create a
264+
have data that you want to be local to a thread, create a
265265
:class:`local` object and use its attributes::
266266

267267
>>> mydata = local()
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Move documentation and example code for :class:`threading.local` from its
2-
docstring to the official docs
2+
docstring to the official docs.

0 commit comments

Comments
 (0)