Skip to content

Commit

Permalink
Fix typo in atomics documentation
Browse files Browse the repository at this point in the history
'atomic' was repeated twice.

Signed-off-by: Sean Anderson <[email protected]>
  • Loading branch information
Forty-Bot committed Nov 22, 2023
1 parent 1fd4251 commit e4193a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atomic.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ static PyTypeObject TYPE = {
.tp_doc = PyDoc_STR(stringify(NAME) "(mem)\n"
"--\n"
"\n"
"Construct a new atomic " LONGNAME " backed by 'mem'.\n"
"Construct a new " LONGNAME " backed by 'mem'.\n"
"All atomic operations use the sequentially-consistent memory order.\n"
"On architectures not supporting " LONGNAME "s, this\n"
"class will be None."),
Expand Down

0 comments on commit e4193a4

Please sign in to comment.