Skip to content

Commit

Permalink
Fix grammer in _Graph docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
arcondello committed Dec 5, 2024
1 parent 890bc77 commit ea7a6f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dwave/optimization/_model.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea7a6f3

Please sign in to comment.