Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
scarlehoff committed Nov 23, 2020
1 parent 3feafa5 commit 8658ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ lower level ``tf.functions`` such as ``xfxQ2``:

.. code-block:: python
from pdfflow import mkPDFs, flaot_me, int_me
from pdfflow import mkPDFs, float_me, int_me
pdf = mkPDFs(pdfset, [0,1,2])
x = float_me([10**i for i in range(-6,-1)])
Expand Down

0 comments on commit 8658ced

Please sign in to comment.