diff options
author | Raymond Hettinger <python@rcn.com> | 2008-01-17 23:56:56 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2008-01-17 23:56:56 (GMT) |
commit | 64cd1e2d9122ffd5153bc52b7a7e1a117210043b (patch) | |
tree | 90ccc86b46db57ec93bb68609cf698f93cf21b87 | |
parent | 497fdbf76739616c51982955a55270242634551f (diff) | |
download | cpython-64cd1e2d9122ffd5153bc52b7a7e1a117210043b.zip cpython-64cd1e2d9122ffd5153bc52b7a7e1a117210043b.tar.gz cpython-64cd1e2d9122ffd5153bc52b7a7e1a117210043b.tar.bz2 |
Fix markup
-rw-r--r-- | Doc/library/sched.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/sched.rst b/Doc/library/sched.rst index f9e81f0..95ec499 100644 --- a/Doc/library/sched.rst +++ b/Doc/library/sched.rst @@ -129,3 +129,5 @@ Scheduler Objects Read-only attribute returning a list of upcoming events in the order they will be run. Each event is shown as a :term:`named tuple` with the following fields: time, priority, action, argument. + + .. versionadded:: 2.6 |