Skip to content

Commit

Permalink
Fix manpage typos
Browse files Browse the repository at this point in the history
  • Loading branch information
martingkelly committed Aug 31, 2024
1 parent 7bd27fe commit 6667765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gmpy2_context.c
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ PyDoc_STRVAR(GMPy_doc_local_context,
"local_context(context, /, **kwargs) -> context\n\n"
"Return a new context for controlling gmpy2 arithmetic, based either\n"
"on the current context or on a ctx value. Context options additionally\n"
"can be overriden by keyword arguments.");
"can be overridden by keyword arguments.");

static PyObject *
GMPy_CTXT_Local(PyObject *self, PyObject *args, PyObject *kwargs)
Expand Down Expand Up @@ -591,7 +591,7 @@ PyDoc_STRVAR(GMPy_doc_context,
"context(ctx, /, **kwargs)\n\n"
"Return a new context for controlling gmpy2 arithmetic, based either\n"
"on the default context or on a given by ctx value. Context options\n"
"additionally can be overriden by keyword arguments.");
"additionally can be overridden by keyword arguments.");

static PyObject *
GMPy_CTXT_Context(PyTypeObject *type, PyObject *args, PyObject *kwargs)
Expand Down

0 comments on commit 6667765

Please sign in to comment.