Skip to content

Commit

Permalink
[doc] Fixed minor typos
Browse files Browse the repository at this point in the history
Signed-off-by: Ria Gupta <[email protected]>
  • Loading branch information
ria18405 committed Apr 6, 2020
1 parent 90a6192 commit c2c648b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ $ pip3 install -e .

## Documentation

Documentation is generated automagically in the [ReadTheDocs Perceval site](http://perceval.readthedocs.org/).
Documentation is generated automatically in the [ReadTheDocs Perceval site](http://perceval.readthedocs.org/).

## References

Expand Down
2 changes: 1 addition & 1 deletion perceval/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ def uuid(*args):
"""Generate a UUID based on the given parameters.
The UUID will be the SHA1 of the concatenation of the values
from the list. The separator bewteedn these values is ':'.
from the list. The separator between these values is ':'.
Each value must be a non-empty string, otherwise, the function
will raise an exception.
Expand Down

0 comments on commit c2c648b

Please sign in to comment.