diff options
| author | Ana Krivokapic <akrivokapic1@gmail.com> | 2014-05-26 18:43:47 +0200 |
|---|---|---|
| committer | Ana Krivokapic <akrivoka@redhat.com> | 2014-05-26 18:44:58 +0200 |
| commit | d8db3d7275f9dfac3e865ec0dfac92c941399e51 (patch) | |
| tree | 18495982b87d4bb56f1bfa4ae5156aef5b8d958e /docs/tutorial.rst | |
| parent | cf4c8e71d8a639c53bd06278b5384c45cc97b44a (diff) | |
| download | pint-d8db3d7275f9dfac3e865ec0dfac92c941399e51.tar.gz | |
Fixed typos in comments and docs
Diffstat (limited to 'docs/tutorial.rst')
| -rw-r--r-- | docs/tutorial.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial.rst b/docs/tutorial.rst index a82765b..ccfe0f1 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -74,7 +74,7 @@ If you want to convert in-place (i.e. without creating another object), you can >>> print(speed) 7086.614173228345 inch / minute -If you ask Pint to perform and invalid conversion: +If you ask Pint to perform an invalid conversion: .. doctest:: |
