Correct invalid docstring

The 'get_core_mappings' function does not accept any arguments so don't
say it does.

Change-Id: I7fffef50ab6d59bf72a70be7dfd028fb6d72afbf
This commit is contained in:
Stephen Finucane 2016-01-08 09:56:27 +00:00 committed by Waldemar Znoinski
parent 798d588485
commit c7c6a6061b
1 changed files with 3 additions and 1 deletions

View File

@ -42,7 +42,9 @@ def get_core_mappings():
The physical cores are assigned indexes first (0-based) and start
at node 0. The virtual cores are then listed.
>>> get_core_mappings(2)
>>> multiprocessing.cpu_count()
2
>>> get_core_mappings()
{0: ([0, 1], [4, 5]), 1: ([2, 3], [6, 7])}
"""
# get number of real CPUs per socket, assuming a dual-socket,