From 94350201979e6c4a313666da05ce8bcaac7bd0f2 Mon Sep 17 00:00:00 2001 From: Dan Short Date: Fri, 28 Aug 2020 09:38:38 +0100 Subject: [PATCH] Update docstring custom source -> custom source library --- openmc/source.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openmc/source.py b/openmc/source.py index 78ca9dad0d..22952b4a59 100644 --- a/openmc/source.py +++ b/openmc/source.py @@ -23,7 +23,7 @@ class Source: library : str Path to a custom source library parameters : str - Parameters to be provided to the custom source + Parameters to be provided to the custom source library .. versionadded:: 0.12 strength : float @@ -44,7 +44,7 @@ class Source: library : str or None Path to a custom source library parameters : str - Parameters to be provided to the custom source + Parameters to be provided to the custom source library strength : float Strength of the source particle : {'neutron', 'photon'}