From ea7a6f3bd0048aac939a836542c48968f835b0b8 Mon Sep 17 00:00:00 2001 From: Alexander Condello Date: Thu, 5 Dec 2024 09:17:49 -0800 Subject: [PATCH] Fix grammer in _Graph docstring --- dwave/optimization/_model.pyx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dwave/optimization/_model.pyx b/dwave/optimization/_model.pyx index cb0f303c..3ffc592d 100644 --- a/dwave/optimization/_model.pyx +++ b/dwave/optimization/_model.pyx @@ -42,8 +42,8 @@ __all__ = [] cdef class _Graph: """A ``_Graph`` is a class that manages a C++ ``dwave::optimization::Graph``. - It is not intended for a user to use ``_Graph`` directly. Rather classes - can inherit from ``_Graph``. + It is not intended for a user to use ``_Graph`` directly. Rather, classes + may inherit from ``_Graph``. """ def __cinit__(self): self._lock_count = 0