Skip to content

Commit

Permalink
Merge pull request #508 from martingkelly/typo-fix
Browse files Browse the repository at this point in the history
Fix manpage typos
  • Loading branch information
casevh authored Sep 5, 2024
2 parents 7bd27fe + 6667765 commit 2940505
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 2940505

Please sign in to comment.