damnever / pigar

:coffee: A tool to generate requirements.txt for Python project, and more than that. (IT IS NOT A PACKAGE MANAGEMENT TOOL)

Home Page:https://damnever.github.io/pigar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix simple typo: fcuntion -> function

timgates42 opened this issue · comments

Issue Type

[x] Bug (Typo)

Steps to Replicate

  1. Examine pigar/helpers.py.
  2. Search for fcuntion.

Expected Behaviour

  1. Should read function.

Semi-automated issue generated by
https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

To avoid wasting CI processing resources a branch with the fix has been
prepared but a pull request has not yet been created. A pull request fixing
the issue can be prepared from the link below, feel free to create it or
request @timgates42 create the PR. Alternatively if the fix is undesired please
close the issue with a small comment about the reasoning.

https://github.com/timgates42/pigar/pull/new/bugfix_typo_function

Thanks.