From 2a5b02c57553a1f51dce6aa77507b0d1063aaa12 Mon Sep 17 00:00:00 2001 From: arghdos <arghdos@gmail.com> Date: Wed, 9 Aug 2017 15:25:30 -0400 Subject: [PATCH] fix docstring hanging out all on it's own --- loopy/target/c/c_execution.py | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/loopy/target/c/c_execution.py b/loopy/target/c/c_execution.py index 110b7dbb6..a3e14f3c3 100644 --- a/loopy/target/c/c_execution.py +++ b/loopy/target/c/c_execution.py @@ -175,16 +175,10 @@ class CExecutionWrapperGenerator(ExecutionWrapperGeneratorBase): return arg.name -""" -The compiler module handles invocation of compilers to generate a shared lib -which can be loaded via ctypes. -""" - - class CCompiler(object): """ - Wraps a C compiler to build and load shared libraries. - Defaults to gcc + The compiler module handles invocation of compilers to generate a shared lib + using codepy, which can subsequently be loaded via ctypes. """ source_suffix = 'c' -- GitLab