Skip to content

Commit

Permalink
DOC: fix typo in micro docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffgortmaker committed May 22, 2022
1 parent 01200c9 commit 3ecb224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyblp/micro.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


class MicroDataset(StringRepresentation):
r"""Configuring for a micro dataset :math:`d` on which micro moments are computed.
r"""Configuration for a micro dataset :math:`d` on which micro moments are computed.
A micro dataset :math:`d`, often a survey, is defined by survey weights :math:`w_{dijt}`, which are used in
:eq:`averaged_micro_moments`. For example, :math:`w_{dijt} = 1\{j \neq 0, t \in T_d\}` defines a micro dataset that
Expand Down Expand Up @@ -130,7 +130,7 @@ def _format_markets(self, text: bool = False) -> str:


class MicroMoment(StringRepresentation):
r"""Configuring for a micro moment :math:`m`.
r"""Configuration for a micro moment :math:`m`.
Each micro moment :math:`m` is defined by its dataset :math:`d_m` and micro values :math:`v_{mijt}`, which are used
in :eq:`averaged_micro_moments`. For example, a micro moment :math:`m` with :math:`v_{mijt} = y_{it}x_{jt}` matches
Expand Down

0 comments on commit 3ecb224

Please sign in to comment.